From 638c805a9594196d202b09da1c96cd693b75247d Mon Sep 17 00:00:00 2001 From: Mardax <62964422+mardax007@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:32:08 +0000 Subject: [PATCH] Update nl.js --- src/gui/src/i18n/translations/nl.js | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/gui/src/i18n/translations/nl.js b/src/gui/src/i18n/translations/nl.js index bce75316..f5ede848 100644 --- a/src/gui/src/i18n/translations/nl.js +++ b/src/gui/src/i18n/translations/nl.js @@ -348,22 +348,22 @@ const nl = { login2fa_recovery_placeholder: 'XXXXXXXX', // *********************************** - // Missing translations + // Updated translations // *********************************** - "change": undefined, // In English: "Change" - "clock_visibility": undefined, // In English: "Clock Visibility" - "reading": undefined, // In English: "Reading %strong%" - "writing": undefined, // In English: "Writing %strong%" - "unzipping": undefined, // In English: "Unzipping %strong%" - "sequencing": undefined, // In English: "Sequencing %strong%" - "zipping": undefined, // In English: "Zipping %strong%" - "Editor": undefined, // In English: "Editor" - "Viewer": undefined, // In English: "Viewer" - "People with access": undefined, // In English: "People with access" - "Share With…": undefined, // In English: "Share With…" - "Owner": undefined, // In English: "Owner" - "You can't share with yourself.": undefined, // In English: "You can't share with yourself." - "This user already has access to this item": undefined, // In English: "This user already has access to this item" + "change": 'Wijzigen', // In English: "Change" + "clock_visibility": 'Klok zichtbaarheid', // In English: "Clock Visibility" + "reading": 'Lezen', // In English: "Reading %strong%" + "writing": 'Schrijven', // In English: "Writing %strong%" + "unzipping": 'Decomprimeren', // In English: "Unzipping %strong%" + "sequencing": 'Alles op een rijtje aan het zetten', // In English: "Sequencing %strong%" + "zipping": 'Aan het comprimeren', // In English: "Zipping %strong%" + "Editor": 'Redacteur', // In English: "Editor" + "Viewer": 'Kijker', // In English: "Viewer" + "People with access": 'Mensen met toegang', // In English: "People with access" + "Share With…": "Deel met...", // In English: "Share With…" + "Owner": "Eigenaar", // In English: "Owner" + "You can't share with yourself.": "Je kan niet met jezelf delen.", // In English: "You can't share with yourself." + "This user already has access to this item": "De gebruiker heeft al toegang tot dit item", // In English: "This user already has access to this item" } };