Update nl.js

This commit is contained in:
Mardax 2024-11-25 15:32:08 +00:00 committed by GitHub
parent 0c6e8ca4ed
commit 638c805a95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -348,22 +348,22 @@ const nl = {
login2fa_recovery_placeholder: 'XXXXXXXX', login2fa_recovery_placeholder: 'XXXXXXXX',
// *********************************** // ***********************************
// Missing translations // Updated translations
// *********************************** // ***********************************
"change": undefined, // In English: "Change" "change": 'Wijzigen', // In English: "Change"
"clock_visibility": undefined, // In English: "Clock Visibility" "clock_visibility": 'Klok zichtbaarheid', // In English: "Clock Visibility"
"reading": undefined, // In English: "Reading %strong%" "reading": 'Lezen', // In English: "Reading %strong%"
"writing": undefined, // In English: "Writing %strong%" "writing": 'Schrijven', // In English: "Writing %strong%"
"unzipping": undefined, // In English: "Unzipping %strong%" "unzipping": 'Decomprimeren', // In English: "Unzipping %strong%"
"sequencing": undefined, // In English: "Sequencing %strong%" "sequencing": 'Alles op een rijtje aan het zetten', // In English: "Sequencing %strong%"
"zipping": undefined, // In English: "Zipping %strong%" "zipping": 'Aan het comprimeren', // In English: "Zipping %strong%"
"Editor": undefined, // In English: "Editor" "Editor": 'Redacteur', // In English: "Editor"
"Viewer": undefined, // In English: "Viewer" "Viewer": 'Kijker', // In English: "Viewer"
"People with access": undefined, // In English: "People with access" "People with access": 'Mensen met toegang', // In English: "People with access"
"Share With…": undefined, // In English: "Share With…" "Share With…": "Deel met...", // In English: "Share With…"
"Owner": undefined, // In English: "Owner" "Owner": "Eigenaar", // In English: "Owner"
"You can't share with yourself.": undefined, // In English: "You can't share with yourself." "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": undefined, // In English: "This user already has access to this item" "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"
} }
}; };