diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-10 00:19:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-10 00:19:57 +0000 |
commit | 241e1dbc53c0f31e19aee65515dae35ff301a321 (patch) | |
tree | 804663fad16fdfe8c88322bf986b3b5fa9e0900f /apps/files/l10n/nl.js | |
parent | f758f61dc41b4d8d9dcf3f9324020e5360fd6d7f (diff) | |
download | nextcloud-server-241e1dbc53c0f31e19aee65515dae35ff301a321.tar.gz nextcloud-server-241e1dbc53c0f31e19aee65515dae35ff301a321.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/nl.js')
-rw-r--r-- | apps/files/l10n/nl.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 92548106abf..0fc1b97cb7b 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -171,6 +171,7 @@ OC.L10N.register( "{relative}% used" : "{relative}% gebruikt", "Could not refresh storage stats" : "Kan opslagstatistieken niet vernieuwen", "Your storage is full, files can not be updated or synced anymore!" : "Je opslagruimte zit vol. Bestanden kunnen niet meer worden gewijzigd of gesynchroniseerd!", + "Create" : "Aanmaken", "Transfer ownership of a file or folder" : "Overdragen eigendom bestand of map ", "Choose file or folder to transfer" : "Kies over te dragen bestand of map", "Change" : "Pas aan", @@ -201,7 +202,6 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "Niet mogelijk om favoriet status van het bestand te wijzigen", "Error while loading the file data" : "Fout bij het lezen van de bestandsgegevens", "Pick a template for {name}" : "Kies een sjabloon voor {name}", - "Create" : "Aanmaken", "Create a new file with the selected template" : "Maak een nieuw bestand met het geselecteerde sjabloon", "Creating file" : "Maken bestand", "Blank" : "Blanco", @@ -211,8 +211,9 @@ OC.L10N.register( "Copy to {target}" : "Kopieer naar {target}", "Move to {target}" : "Verplaats naar {target}", "Open details" : "Details openen", - "Templates" : "Sjablonen", + "Filename" : "Bestandsnaam", "Unable to initialize the templates directory" : "Kon de sjablonenmap niet instellen", + "Templates" : "Sjablonen", "No favorites yet" : "Nog geen favorieten", "Files and folders you mark as favorite will show up here" : "Bestanden en mappen die je als favoriet aanmerkt, worden hier getoond", "All files" : "Alle bestanden", |