mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
f18acd9d75
Currently translated at 100.0% (38 of 38 strings)
40 lines
2.2 KiB
JSON
40 lines
2.2 KiB
JSON
{
|
||
"argument_required": "Argument {argument} is vereist",
|
||
"authentication_profile_required": "Authenticatie tot profiel '{profile}' is vereist",
|
||
"authentication_required": "Authenticatie vereist",
|
||
"authentication_required_long": "Authenticatie is vereist om deze actie uit te voeren",
|
||
"colon": "{}: ",
|
||
"confirm": "Bevestig {prompt}",
|
||
"error": "Fout:",
|
||
"error_see_log": "Er is een fout opgetreden, zie logboek voor meer informatie.",
|
||
"file_exists": "Kan '{path}' niet aanmaken: Bestand bestaat al",
|
||
"file_not_exist": "Bestand bestaat niet: '{path}'",
|
||
"folder_exists": "kan map ‘{path}’ niet aanmaken: Bestand bestaat al",
|
||
"folder_not_exist": "Map bestaat niet",
|
||
"instance_already_running": "Er is al een instantie aan het draaien",
|
||
"invalid_argument": "Onjuist argument '{argument}': {error}",
|
||
"invalid_password": "Ongeldig wachtwoord",
|
||
"invalid_usage": "Geef 'pass --help' in voor meer informatie",
|
||
"ldap_attribute_already_exists": "Attribuut bestaat al: '{attribute}={value}'",
|
||
"ldap_operation_error": "Er is een fout opgetreden bij het uitvoeren van LDAP operatie",
|
||
"ldap_server_down": "Kan LDAP server niet bereiken",
|
||
"logged_in": "Ingelogd",
|
||
"logged_out": "Uitgelogd",
|
||
"not_logged_in": "U bent niet ingelogd",
|
||
"operation_interrupted": "Operatie onderbroken",
|
||
"password": "Wachtwoord",
|
||
"pattern_not_match": "Past niet in het patroon",
|
||
"permission_denied": "Toegang geweigerd",
|
||
"root_required": "Je moet root zijn om deze actie uit te voeren",
|
||
"server_already_running": "Er is al een server aktief op die poort",
|
||
"success": "Succes!",
|
||
"unable_authenticate": "Aanmelding niet mogelijk",
|
||
"unable_retrieve_session": "Kan de sessie niet ophalen",
|
||
"values_mismatch": "Waarden zijn niet gelijk",
|
||
"warning": "Waarschuwing:",
|
||
"websocket_request_expected": "Verwachtte een WebSocket request",
|
||
"deprecated_command": "'{prog} {command}' is verouderd en wordt binnenkort verwijderd",
|
||
"deprecated_command_alias": "'{prog} {old}' is verouderd en wordt binnenkort verwijderd, gebruik '{prog} {new}' in plaats daarvan",
|
||
"unknown_group": "Groep '{group}' is onbekend",
|
||
"unknown_user": "Gebruiker '{user}' is onbekend"
|
||
}
|