|
23 | 23 | "AppAPI deploy daemon" : "AppAPI deploy daemon", |
24 | 24 | "AppAPI default deploy daemon is not set. Please register a default deploy daemon in the settings to install External Apps (Ex-Apps)." : "Standaard AppAPI deploy daemon niet ingesteld. Registreer een standaard deploy daemon bij de instellingen om externe applicaties (ExApps) te installeren.", |
25 | 25 | "AppAPI default deploy daemon \"%s\" is not accessible. Please check the daemon configuration." : "AppAPI standaard deploy daemon \"%s\" is niet toegankelijk. Controleer de daemon configuratie.", |
| 26 | + "The AppAPI default deploy daemon is not using HaRP. Please consider switching to HaRP for better performance." : "De standaard AppAPI uitrol daemon gebruikt geen HaRP. Overweeg alsjeblieft om naar HaRP om te schakelen voor betere performantie.", |
| 27 | + "AppAPI HaRP version check" : "AppAPI HaRP versie controle", |
| 28 | + "Could not retrieve HaRP version from daemon \"%s\"" : "Kon HaRP versie niet ophalen van daemon \" %s\"", |
| 29 | + "HaRP version for daemon \"%s\" is \"%s\", which is too old. The minimum required version is \"%s\". Please update the daemon to the latest version." : "HaRP versie voor daemon ¨%s\" is \"%s\", welke te oud is. De minimaal vereiste versie is \"%s\". Werk alsjeblieft de daemon bij naar de laatste versie.", |
| 30 | + "Failed to check HaRP version for daemon \"%s\": %s" : "Controle op HaRP versie voor daemon \"%s% : %s is mislukt", |
26 | 31 | "Nextcloud AppAPI" : "Nextcloud AppAPI", |
| 32 | + "### What is AppAPI?\n\nAppAPI is the Nextcloud component that enables **External Apps (ExApps)**.\nExApps are apps whose backend runs **outside** the Nextcloud PHP process (usually as a Docker container), while still integrating with your Nextcloud users, permissions and web UI.\n\n### Do I need it?\n\nNo. If you do not plan to install External Apps, you can disable AppAPI.\n\nIf AppAPI is enabled without a configured Deploy Daemon, Nextcloud will show the info message:\n\n> \"AppAPI default deploy daemon is not set …\"\n\nThat warning means: \"External Apps are not configured yet\".\n\nYou can either disable AppAPI, or configure a Deploy Daemon (see below).\n\n### How do External Apps get deployed?\n\nA **Deploy Daemon** is the service Nextcloud talks to in order to install, start, stop and reach ExApps.\n\nTwo options are available:\n\n- **HaRP** (recommended for Nextcloud 32+) — a high-performance reverse proxy with FRP tunneling\n- **Docker Socket Proxy** (legacy) — scheduled for removal in Nextcloud 35\n\nSee the [admin documentation](https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/DeployConfigurations.html) for setup instructions." : "### Wat is AppAPI?\n\nAppAPI is het Nextcloud component dat **Externe Apps (ExApps)** mogelijk maakt.\nExApps zijn apps die hun backend draaien **buiten** het Nextcloud PHP process (gewoonlijk als een Docker container), terwijl die toch integreren met je Nextcloud gebruikers, rechten en Web UI.\n\n### Heb ik het nodig?\n\nNee. Als je niet van plan bent om Externe Apps te installeren dan kun je AppAPI deactiveren.\n\nAls AppAPI is ingeschakeld zonder een geconfigureerde Deploy Daemon, dan zel Nextcloud het volgende bericht tonen:\n\n> \"AppAPI default deploy daemon is niet ingericht …\"\n\nDeze melding betekent: \"Externe Apps zijn nog niet geconfigureerd\".\n\nJe kunt AppAPI uitschakelen, of een Deploy Daemon inrichten (zie verder beneden).\n\n### Hoe worden Externe Apps uitgerold?\n\nEen **Deploy Daemon** is de service waarmee Nextcloud communiceert om ExApps te installeren, starten, stoppen en te benaderen.\n\nEr zijn twee beschikbare opties:\n\n- **HaRP** (aangeraden voor Nextcloud 32+) — a high-performance reverse proxy met FRP tunneling\n- **Docker Socket Proxy** (legacy) — gepland te worden verwijderd in Nextcloud 35\n\nZie ook [admin documentatie](https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/DeployConfigurations.html) voor installatie-instructies.", |
27 | 33 | "External Apps management" : "External Apps beheer", |
28 | 34 | "Admin options saved" : "Admin opties opgeslagen", |
29 | 35 | "Failed to save admin options" : "Kon admin opties niet opslaan", |
| 36 | + "Deploy daemons" : "Uitrol-daemons", |
30 | 37 | "ExApp init timeout (minutes)" : "ExApp init timeout (minuten).", |
31 | 38 | "ExApp initialization process timeout after which AppAPI will mark it as failed" : "ExApp initialisatieproces timeout waarna AppAPI het proces zal markeren als gefaald.", |
32 | 39 | "ExApp init timeout" : "ExApp init timeout", |
33 | 40 | "ExApp container restart policy" : "ExApp container beleid voor herstart", |
| 41 | + "Are you sure you want delete the \"{name}\" deploy daemon?" : "Ben je zeker dat je \"{name}\" uitrol-daemon wilt verwijderen?", |
34 | 42 | "Cancel" : "Annuleren", |
35 | 43 | "Delete" : "Verwijder", |
| 44 | + "Failed to save admin settings. Check the logs" : "Opslaan admin-instellingen mislukt. Controleer de logs.", |
36 | 45 | "Password confirmation failed" : "Wachtwoordbevestiging niet gelukt", |
37 | 46 | "Default" : "Standaard", |
38 | 47 | "Set as default" : "Stel in als standaard", |
|
41 | 50 | "Edit" : "Bewerken", |
42 | 51 | "Daemon connection successful" : "Verbinding maken met Daemon gelukt", |
43 | 52 | "Unlimited" : "Ongelimiteerd", |
| 53 | + "{size} GiB" : "{size} GiB", |
| 54 | + "{size} MiB" : "{size}MiB", |
| 55 | + "_{n} CPU_::_{n} CPUs_" : ["{n} CPU","{n} CPU's"], |
| 56 | + "Deploy daemon configuration" : "Uitrol-daemon configuratie", |
| 57 | + "Deploy daemon configuration details" : "Uitrol-daemon configuratiedetails", |
| 58 | + "Deploy daemon" : "Uitrol-daemon", |
44 | 59 | "Default daemon. ExApps will be installed on it" : "Standaard daemon. ExApp zal hierop worden geinstalleerd", |
45 | 60 | "ExApps installed" : "ExApps geinstalleerd", |
46 | 61 | "Name" : "Naam", |
|
50 | 65 | "Docker network" : "Docker netwerk", |
51 | 66 | "Nextcloud URL" : "Nextcloud URL", |
52 | 67 | "HaProxy password" : "HaProxy wachtwoord", |
| 68 | + "(not set)" : "(niet ingesteld)", |
| 69 | + "GPU support" : "GPU-ondersteuning", |
| 70 | + "Computation device" : "Rekenapparaat", |
53 | 71 | "Memory limit" : "Geheugenlimiet", |
| 72 | + "CPU limit" : "CPU limiet", |
54 | 73 | "Additional options" : "Additionele opties", |
55 | 74 | "Check connection" : "Controleer verbinding", |
56 | 75 | "Registered Deploy daemons list" : "Lijst van geregistreerde Deploy Daemons", |
| 76 | + "No Deploy daemons are registered" : "Geen uitrol-daemons geregistreerd", |
57 | 77 | "Register ExApp in Nextcloud" : "Registreer ExApp in Nextcloud", |
58 | 78 | "Check if the ExApp is registered in Nextcloud before deployment" : "Controleer of de ExApp is geregistreerd bij Nextcloud voor deployment", |
59 | 79 | "Image pull" : "Image pull", |
|
0 commit comments