Skip to content

Commit ab6afad

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent d339a92 commit ab6afad

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,35 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
<string name="account_not_new">Account bestaat al bij het aanmaken van een nieuw account</string>
4+
<string name="account_not_the_same">Geverifieerd met een ander account dan het account dat de update uitvoert</string>
5+
<string name="bad_oc_version">Er is geen geldige Nextcloud-versie gevonden op de server</string>
6+
<string name="connect_timeout_exception">Time-out bij verbinden</string>
7+
<string name="exception_using_account">Uitzondering tijdens het gebruik van account</string>
8+
<string name="file_locked">Het bestand is momenteel vergrendeld door een andere gebruiker of proces.</string>
9+
<string name="file_not_found">Lokale bestand bestaat niet</string>
10+
<string name="http_violation">HTTP-overtreding</string>
11+
<string name="instance_not_configured">De Nextcloud server is niet geconfigureerd!</string>
12+
<string name="invalid_character_in_name">De bestandsnaam bevat een niet-toegestaan teken</string>
13+
<string name="json_exception">JSON uitzondering</string>
314
<string name="local_storage_full">Lokale opslag vol</string>
15+
<string name="local_storage_not_moved">Fout bij het verplaatsen van het bestand naar de definitieve map</string>
16+
<string name="malformed_url_exception">Slecht gevormde URL uitzondering</string>
417
<string name="message_install_client_cert">Wil je een TLS clientcertificaat installeren\?</string>
518
<string name="no_network_connection">Geen netwerkverbinding</string>
619
<string name="notification_channel_name">Nextcloud verbinding</string>
720
<string name="notification_message_select_client_cert">Selecteer cliëntcertificaat for %1$s:%2$d</string>
821
<string name="notification_title_select_client_cert">Selecteer cliëntcertificaat</string>
922
<string name="operation_cancelled">Actie geannulleerd door aanvrager</string>
1023
<string name="operation_cancelled_by_the_caller">Actie geannulleerd door aanvrager</string>
24+
<string name="operation_finished_http_code">Operatie eindigde met HTTP statuscode %1$d (%2$s)</string>
1125
<string name="socket_exception">Socketfout</string>
1226
<string name="socket_timeout_exception">Socket time-out fout</string>
1327
<string name="ssl_exception">SSL-fout</string>
28+
<string name="ssl_recoverable_exception">SSL herstelbare uitzondering</string>
1429
<string name="sync_conflict">Synchronisatieconflict</string>
1530
<string name="title_no_client_cert">Geen cliëntcertificaat gevonden</string>
1631
<string name="unexpected_exception">Onverwachte fout</string>
1732
<string name="unexpected_webdav_exception">Onverwachte WebDAV fout</string>
1833
<string name="unknown_host_exception">Onverwachte host fout</string>
19-
</resources>
34+
<string name="unrecovered_transport_exception">Niet-herstelde transportuitzondering</string>
35+
</resources>

0 commit comments

Comments
 (0)