|
| 1 | +export const nl = { |
| 2 | + 'If you no longer wish to receive notifications, change your preferences directly from your user space.': |
| 3 | + 'Als u geen meldingen meer wilt ontvangen, wijzig dan uw voorkeuren rechtstreeks vanuit uw gebruikersruimte.', |
| 4 | + 'Access it from': 'Open dit via', |
| 5 | + Comment: 'Opmerking', |
| 6 | + commented: 'heeft een opmerking geplaatst', |
| 7 | + 'You receive this notification if you are the owner of the file or if you have also commented on this file': |
| 8 | + 'U ontvangt deze melding omdat u de eigenaar van het bestand bent of omdat u bij dit bestand een opmerking heeft geplaatst', |
| 9 | + Space: 'Ruimte', |
| 10 | + 'from the space': 'vanuit de ruimte', |
| 11 | + 'to the space': 'naar de ruimte', |
| 12 | + 'Access your spaces from': 'Open uw ruimtes via', |
| 13 | + 'Access this space from': 'Open deze ruimte via', |
| 14 | + 'You now have access to the space': 'U heeft nu toegang tot de ruimte', |
| 15 | + 'You no longer have access to the space': 'U heeft geen toegang meer tot de ruimte', |
| 16 | + 'This space has been permanently deleted': 'Deze ruimte is definitief verwijderd', |
| 17 | + anchored: 'heeft gekoppeld', |
| 18 | + unanchored: 'heeft ontkoppeld', |
| 19 | + Share: 'Share', |
| 20 | + 'shared with you': 'heeft met u gedeeld', |
| 21 | + 'no longer share with you': 'deelt niet langer met u', |
| 22 | + 'You now have access to the share': 'U hebt nu toegang tot de share', |
| 23 | + 'You no longer have access to the share': 'U hebt geen toegang meer tot de share', |
| 24 | + 'You are no longer a member of the parent share, your child share has been deleted': |
| 25 | + 'U bent geen lid meer van de bovenliggende share; uw onderliggende share is verwijderd', |
| 26 | + 'Access your shares from': 'Open uw shares via', |
| 27 | + 'Access password': 'Toegangswachtwoord', |
| 28 | + Sync: 'Synchronisatie', |
| 29 | + 'Access your syncs from': 'Open uw synchronisaties via', |
| 30 | + 'You are no longer synchronizing': 'U synchroniseert niet meer', |
| 31 | + 'Unlock Request': 'Verzoek tot ontgrendeling', |
| 32 | + 'You receive this notification because you have a lock on this file.': 'U ontvangt deze melding omdat u dit bestand hebt vergrendeld.', |
| 33 | + 'sends you a request to unlock the file': 'stuurt u een verzoek om het bestand te ontgrendelen', |
| 34 | + 'Security notification': 'Beveiligingsmelding', |
| 35 | + 'Your account has been locked after several unsuccessful authentication attempts': |
| 36 | + 'Uw account is vergrendeld na meerdere mislukte pogingen tot authenticatie', |
| 37 | + 'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': |
| 38 | + 'Deze beveiligingsmelding betreft uw Sync-in-account. Neem contact op met een beheerder om dit te laten onderzoeken en uw account te ontgrendelen.', |
| 39 | + 'Two-factor authentication (2FA) on your account has been disabled': 'Twee-factor-authenticatie (2FA) op uw account is uitgeschakeld', |
| 40 | + 'Two-factor authentication (2FA) on your account has been enabled': 'Twee-factor-authenticatie (2FA) op uw account is ingeschakeld', |
| 41 | + 'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': |
| 42 | + 'U heeft deze melding ontvangen omdat de beveiliging van uw Sync-in-account is gewijzigd. Als u denkt dat dit een vergissing is, controleer dan uw beveiligingsinstellingen of neem contact op met uw beheerder.', |
| 43 | + 'Address IP': 'IP-adres', |
| 44 | + Browser: 'Browser', |
| 45 | + 'New Version Available': 'Nieuwe versie beschikbaar', |
| 46 | + 'You receive this notification because you are the administrator of this server.': |
| 47 | + 'U ontvangt deze melding omdat u de beheerder bent van deze server.', |
| 48 | + 'A new update is available': 'Er is een update beschikbaar' |
| 49 | +} as const |
0 commit comments