session-ios/Session/Meta/Translations/nl.lproj/Localizable.strings

552 lines
38 KiB
Plaintext
Raw Normal View History

2021-05-07 03:09:39 +02:00
/* Label for the 'dismiss' button in the 'new app version available' alert. */
2021-05-07 03:12:18 +02:00
"APP_UPDATE_NAG_ALERT_DISMISS_BUTTON" = "Niet nu";
2021-05-07 03:09:39 +02:00
/* Message format for the 'new app version available' alert. Embeds: {{The latest app version number}} */
2021-05-07 03:12:18 +02:00
"APP_UPDATE_NAG_ALERT_MESSAGE_FORMAT" = "Versie %@ is nu beschikbaar in de App Store.";
2021-05-07 03:09:39 +02:00
/* Title for the 'new app version available' alert. */
2021-05-07 03:12:18 +02:00
"APP_UPDATE_NAG_ALERT_TITLE" = "Een nieuwe versie van Session is beschikbaar";
2021-05-07 03:09:39 +02:00
/* Label for the 'update' button in the 'new app version available' alert. */
"APP_UPDATE_NAG_ALERT_UPDATE_BUTTON" = "Update";
/* No comment provided by engineer. */
2021-05-07 03:12:18 +02:00
"ATTACHMENT" = "Bijlage";
2021-05-07 03:09:39 +02:00
/* One-line label indicating the user can add no more text to the attachment caption. */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_APPROVAL_CAPTION_LENGTH_LIMIT_REACHED" = "Maximale bijschriftlengte bereikt.";
2021-05-07 03:09:39 +02:00
/* placeholder text for an empty captioning field */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_APPROVAL_CAPTION_PLACEHOLDER" = "Bijschrift toevoegen…";
2021-05-07 03:09:39 +02:00
/* Title for 'caption' mode of the attachment approval view. */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_APPROVAL_CAPTION_TITLE" = "Bijschrift";
2021-05-07 03:09:39 +02:00
/* Format string for file extension label in call interstitial view */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_APPROVAL_FILE_EXTENSION_FORMAT" = "Bestand type: %@";
2021-05-07 03:09:39 +02:00
/* Format string for file size label in call interstitial view. Embeds: {{file size as 'N mb' or 'N kb'}}. */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_APPROVAL_FILE_SIZE_FORMAT" = "Grootte: %@";
2021-05-07 03:09:39 +02:00
/* One-line label indicating the user can add no more text to the media message field. */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_APPROVAL_MESSAGE_LENGTH_LIMIT_REACHED" = "Maximale berichtlengte bereikt";
2021-05-07 03:09:39 +02:00
/* Label for 'send' button in the 'attachment approval' dialog. */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_APPROVAL_SEND_BUTTON" = "Versturen";
2021-05-07 03:09:39 +02:00
/* Generic filename for an attachment with no known name */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_DEFAULT_FILENAME" = "Bijlage";
2021-05-07 03:09:39 +02:00
/* The title of the 'attachment error' alert. */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_ERROR_ALERT_TITLE" = "Versturen bijlage mislukt";
2021-05-07 03:09:39 +02:00
/* Alert title when picking a document fails for an unknown reason */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Document kiezen mislukt.";
2021-05-07 03:09:39 +02:00
/* Alert body when picking a document fails because user picked a directory/bundle */
2021-05-13 06:38:42 +02:00
"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_BODY" = "Maak een gecomprimeerd archief aan van deze bestand of map en probeer dat te verzenden.";
2021-05-07 03:09:39 +02:00
/* Alert title when picking a document fails because user picked a directory/bundle */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_PICKER_DOCUMENTS_PICKED_DIRECTORY_FAILED_ALERT_TITLE" = "Niet-ondersteund bestand";
2021-05-07 03:09:39 +02:00
/* Short text label for a voice message attachment, used for thread preview and on the lock screen */
2021-05-07 03:12:18 +02:00
"ATTACHMENT_TYPE_VOICE_MESSAGE" = "Spraakbericht";
2021-05-07 03:09:39 +02:00
/* Error indicating the backup export could not export the user's data. */
2021-05-07 03:12:18 +02:00
"BACKUP_EXPORT_ERROR_COULD_NOT_EXPORT" = "Kan back-upbestand niet exporteren.";
2021-05-07 03:09:39 +02:00
/* Error indicating that the app received an invalid response from CloudKit. */
2021-05-07 03:12:18 +02:00
"BACKUP_EXPORT_ERROR_INVALID_CLOUDKIT_RESPONSE" = "Ongeldige Service Reactie";
2021-05-07 03:09:39 +02:00
/* Indicates that the cloud is being cleaned up. */
2021-05-07 03:12:18 +02:00
"BACKUP_EXPORT_PHASE_CLEAN_UP" = "Backup opschonen";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup export is being configured. */
2021-05-07 03:12:18 +02:00
"BACKUP_EXPORT_PHASE_CONFIGURATION" = "Backup initialiseren";
2021-05-07 03:09:39 +02:00
/* Indicates that the database data is being exported. */
2021-05-13 06:38:42 +02:00
"BACKUP_EXPORT_PHASE_DATABASE_EXPORT" = "Exporteer gegevens";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup export data is being exported. */
2021-05-07 03:12:18 +02:00
"BACKUP_EXPORT_PHASE_EXPORT" = "Backup exporteren";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup export data is being uploaded. */
2021-05-07 03:12:18 +02:00
"BACKUP_EXPORT_PHASE_UPLOAD" = "Uploaden van backup";
2021-05-07 03:09:39 +02:00
/* Error indicating the backup import could not import the user's data. */
2021-05-07 03:12:18 +02:00
"BACKUP_IMPORT_ERROR_COULD_NOT_IMPORT" = "Kan backup niet importeren.";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup import is being configured. */
2021-05-07 03:12:18 +02:00
"BACKUP_IMPORT_PHASE_CONFIGURATION" = "Backup configuratie";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup import data is being downloaded. */
2021-05-13 06:38:42 +02:00
"BACKUP_IMPORT_PHASE_DOWNLOAD" = "Back-up gegevens downloaden";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup import data is being finalized. */
2021-05-07 03:12:18 +02:00
"BACKUP_IMPORT_PHASE_FINALIZING" = "Backup afronden";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup import data is being imported. */
2021-05-07 03:12:18 +02:00
"BACKUP_IMPORT_PHASE_IMPORT" = "Importeren van backup.";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup database is being restored. */
2021-05-07 03:12:18 +02:00
"BACKUP_IMPORT_PHASE_RESTORING_DATABASE" = "Database Herstellen";
2021-05-07 03:09:39 +02:00
/* Indicates that the backup import data is being restored. */
2021-05-13 06:38:42 +02:00
"BACKUP_IMPORT_PHASE_RESTORING_FILES" = "Bestand terugzetten";
2021-05-07 03:09:39 +02:00
/* Label for the backup restore decision section. */
2021-05-07 03:12:18 +02:00
"BACKUP_RESTORE_DECISION_TITLE" = "Backup beschikbaar";
2021-05-07 03:09:39 +02:00
/* Label for the backup restore description. */
2021-05-07 03:12:18 +02:00
"BACKUP_RESTORE_DESCRIPTION" = "Backup herstellen";
2021-05-07 03:09:39 +02:00
/* Label for the backup restore progress. */
2021-05-07 03:12:18 +02:00
"BACKUP_RESTORE_PROGRESS" = "Vooruitgang";
2021-05-07 03:09:39 +02:00
/* Label for the backup restore status. */
"BACKUP_RESTORE_STATUS" = "Status";
/* Error shown when backup fails due to an unexpected error. */
2021-05-07 03:12:18 +02:00
"BACKUP_UNEXPECTED_ERROR" = "Onverwachte backup fout";
2021-05-07 03:09:39 +02:00
/* Button label for the 'block' button */
2021-05-07 03:12:18 +02:00
"BLOCK_LIST_BLOCK_BUTTON" = "Blokkeren";
2021-05-07 03:09:39 +02:00
/* A format for the 'block user' action sheet title. Embeds {{the blocked user's name or phone number}}. */
2021-05-07 03:12:18 +02:00
"BLOCK_LIST_BLOCK_USER_TITLE_FORMAT" = "%@ blokkeren?";
2021-05-07 03:09:39 +02:00
/* Button label for the 'unblock' button */
2021-05-07 03:12:18 +02:00
"BLOCK_LIST_UNBLOCK_BUTTON" = "Deblokkeren";
2021-05-17 02:03:40 +02:00
/* The message format of the 'conversation blocked' alert. Embeds the {{conversation title}}. */
"BLOCK_LIST_VIEW_BLOCKED_ALERT_MESSAGE_FORMAT" = "%@ is geblokkeerd.";
/* The title of the 'user blocked' alert. */
"BLOCK_LIST_VIEW_BLOCKED_ALERT_TITLE" = "Gebruiker Geblokkeerd";
2021-05-07 03:09:39 +02:00
/* An explanation of the consequences of blocking another user. */
2021-05-07 03:12:18 +02:00
"BLOCK_USER_BEHAVIOR_EXPLANATION" = "Geblokkeerde gebruikers zijn niet in staat om u te bellen of berichten te sturen.";
2021-05-07 03:09:39 +02:00
/* Label for generic done button. */
2021-05-07 03:12:18 +02:00
"BUTTON_DONE" = "Ok";
2021-05-07 03:09:39 +02:00
/* Button text to enable batch selection mode */
2021-05-07 03:12:18 +02:00
"BUTTON_SELECT" = "Selecteer";
2021-05-07 03:09:39 +02:00
/* The label for the 'do not restore backup' button. */
2021-05-07 03:12:18 +02:00
"CHECK_FOR_BACKUP_DO_NOT_RESTORE" = "Niet herstellen";
2021-05-07 03:09:39 +02:00
/* The label for the 'restore backup' button. */
2021-05-07 03:12:18 +02:00
"CHECK_FOR_BACKUP_RESTORE" = "Herstellen";
2021-05-07 03:09:39 +02:00
/* Error indicating that the app could not determine that user's iCloud account status */
2021-05-07 03:12:18 +02:00
"CLOUDKIT_STATUS_COULD_NOT_DETERMINE" = "Session kon de status van je iCloud-account niet bepalen. log in met je iCloud-account in de iOS-instellingen app om een backup te maken van je Session gegevens.";
2021-05-07 03:09:39 +02:00
/* Error indicating that user does not have an iCloud account. */
2021-05-07 03:12:18 +02:00
"CLOUDKIT_STATUS_NO_ACCOUNT" = "Geen iCloud-account niet bepalen. log in met je iCloud-account in de iOS-instellingen app om een backup te maken van je Session gegevens.";
2021-05-07 03:09:39 +02:00
/* Error indicating that the app was prevented from accessing the user's iCloud account. */
2021-05-13 06:38:42 +02:00
"CLOUDKIT_STATUS_RESTRICTED" = "Session heeft geprobeerd toegang the krijgen tot uw iCloud account met backups Maar werd geweigerd. log in met uw iCloud-account in de iOS-instellingen app om een backup te maken van je Session gegevens.";
2021-05-07 03:09:39 +02:00
/* Alert body */
2021-05-13 06:38:42 +02:00
"CONFIRM_LEAVE_GROUP_DESCRIPTION" = "Je kunt geen berichten meer versturen of ontvangen in deze groep.";
2021-05-07 03:09:39 +02:00
/* Alert title */
2021-05-13 06:38:42 +02:00
"CONFIRM_LEAVE_GROUP_TITLE" = "Wilt u echt deze groep verlaten?";
2021-05-07 03:09:39 +02:00
/* Message for the 'conversation delete confirmation' alert. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_DELETE_CONFIRMATION_ALERT_MESSAGE" = "Dit kan niet ongedaan worden gemaakt.";
2021-05-07 03:09:39 +02:00
/* Title for the 'conversation delete confirmation' alert. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_DELETE_CONFIRMATION_ALERT_TITLE" = "Gesprek verwijderen?";
2021-05-07 03:09:39 +02:00
/* keyboard toolbar label when no messages match the search string */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SEARCH_NO_RESULTS" = "Geen overeenkomsten";
2021-05-07 03:09:39 +02:00
/* keyboard toolbar label when exactly 1 message matches the search string */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SEARCH_ONE_RESULT" = "1 overeenkomst";
2021-05-07 03:09:39 +02:00
/* keyboard toolbar label when more than 1 message matches the search string. Embeds {{number/position of the 'currently viewed' result}} and the {{total number of results}} */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SEARCH_RESULTS_FORMAT" = "%d van de %d overeenkomsten";
2021-05-07 03:09:39 +02:00
/* title for conversation settings screen */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS" = "Conversatie instellingen";
2021-05-07 03:09:39 +02:00
/* table cell label in conversation settings */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_BLOCK_THIS_USER" = "Deze gebruiker blokkeren";
2021-05-07 03:09:39 +02:00
/* Title of the 'mute this thread' action sheet. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTE_ACTION_SHEET_TITLE" = "Dempen";
2021-05-07 03:09:39 +02:00
/* label for 'mute thread' cell in conversation settings */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTE_LABEL" = "Dempen";
2021-05-07 03:09:39 +02:00
/* Indicates that the current thread is not muted. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTE_NOT_MUTED" = "Niet gedempt";
2021-05-07 03:09:39 +02:00
/* Label for button to mute a thread for a day. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTE_ONE_DAY_ACTION" = "Demp voor 1 dag";
2021-05-07 03:09:39 +02:00
/* Label for button to mute a thread for a hour. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTE_ONE_HOUR_ACTION" = "Demp voor 1 uur";
2021-05-07 03:09:39 +02:00
/* Label for button to mute a thread for a minute. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTE_ONE_MINUTE_ACTION" = "Een minuut dempen";
2021-05-07 03:09:39 +02:00
/* Label for button to mute a thread for a week. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTE_ONE_WEEK_ACTION" = "Een week dempen";
2021-05-07 03:09:39 +02:00
/* Label for button to mute a thread for a year. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTE_ONE_YEAR_ACTION" = "Een jaar dempen";
2021-05-07 03:09:39 +02:00
/* Indicates that this thread is muted until a given date or time. Embeds {{The date or time which the thread is muted until}}. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_MUTED_UNTIL_FORMAT" = "tot %@";
2021-05-07 03:09:39 +02:00
/* Table cell label in conversation settings which returns the user to the conversation with 'search mode' activated */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_SEARCH" = "Zoek gesprek";
2021-05-07 03:09:39 +02:00
/* Label for button to unmute a thread. */
2021-05-13 06:38:42 +02:00
"CONVERSATION_SETTINGS_UNMUTE_ACTION" = "Niet langer dempen";
2021-05-07 03:09:39 +02:00
/* Title for the 'crop/scale image' dialog. */
2021-05-13 06:38:42 +02:00
"CROP_SCALE_IMAGE_VIEW_TITLE" = "Verplaatsen en in grootte veranderen";
2021-05-07 03:09:39 +02:00
/* Subtitle shown while the app is updating its database. */
2021-05-13 06:38:42 +02:00
"DATABASE_VIEW_OVERLAY_SUBTITLE" = "Dit kan een paar minuten duren.";
2021-05-07 03:09:39 +02:00
/* Title shown while the app is updating its database. */
2021-05-13 06:38:42 +02:00
"DATABASE_VIEW_OVERLAY_TITLE" = "Optimaliseer Database";
2021-05-07 03:09:39 +02:00
/* Format string for a relative time, expressed as a certain number of hours in the past. Embeds {{The number of hours}}. */
2021-05-13 06:38:42 +02:00
"DATE_HOURS_AGO_FORMAT" = "%@ Uur geleden";
2021-05-07 03:09:39 +02:00
/* Format string for a relative time, expressed as a certain number of minutes in the past. Embeds {{The number of minutes}}. */
2021-05-13 06:38:42 +02:00
"DATE_MINUTES_AGO_FORMAT" = "%@ Min geleden";
2021-05-07 03:09:39 +02:00
/* The present; the current time. */
2021-05-13 06:38:42 +02:00
"DATE_NOW" = "Nu";
2021-05-07 03:09:39 +02:00
/* The current day. */
2021-05-13 06:38:42 +02:00
"DATE_TODAY" = "Vandaag";
2021-05-07 03:09:39 +02:00
/* The day before today. */
2021-05-13 06:38:42 +02:00
"DATE_YESTERDAY" = "Gisteren";
2021-05-07 03:09:39 +02:00
/* table cell label in conversation settings */
2021-05-13 06:38:42 +02:00
"DISAPPEARING_MESSAGES" = "Zelf-wissende berichten";
2021-05-07 03:09:39 +02:00
/* Info Message when added to a group which has enabled disappearing messages. Embeds {{time amount}} before messages disappear, see the *_TIME_AMOUNT strings for context. */
2021-05-13 06:38:42 +02:00
"DISAPPEARING_MESSAGES_CONFIGURATION_GROUP_EXISTING_FORMAT" = "Berichten in dit gesprek zullen na %@ verdwijnen.";
2021-05-07 03:09:39 +02:00
/* table cell label in conversation settings */
2021-05-13 06:38:42 +02:00
"EDIT_GROUP_ACTION" = "Groep bewerken";
2021-05-07 03:09:39 +02:00
/* Label indicating media gallery is empty */
2021-05-13 06:38:42 +02:00
"GALLERY_TILES_EMPTY_GALLERY" = "U heeft geen media in dit gesprek.";
2021-05-07 03:09:39 +02:00
/* Label indicating loading is in progress */
2021-05-13 06:38:42 +02:00
"GALLERY_TILES_LOADING_MORE_RECENT_LABEL" = "Nieuwere media laden…";
2021-05-07 03:09:39 +02:00
/* Label indicating loading is in progress */
2021-05-13 06:38:42 +02:00
"GALLERY_TILES_LOADING_OLDER_LABEL" = "Oudere media laden…";
2021-05-07 03:09:39 +02:00
/* Error displayed when there is a failure fetching a GIF from the remote service. */
2021-05-13 06:38:42 +02:00
"GIF_PICKER_ERROR_FETCH_FAILURE" = "Het ophalen van de gevraagde GIF, is mislukt. Controleer of u online bent.";
2021-05-07 03:09:39 +02:00
/* Generic error displayed when picking a GIF */
2021-05-13 06:38:42 +02:00
"GIF_PICKER_ERROR_GENERIC" = "Er is een onbekende fout opgetreden.";
2021-05-07 03:09:39 +02:00
/* Shown when selected GIF couldn't be fetched */
2021-05-13 06:38:42 +02:00
"GIF_PICKER_FAILURE_ALERT_TITLE" = "Kan GIF-Bestand niet kiezen";
2021-05-07 03:09:39 +02:00
/* Alert message shown when user tries to search for GIFs without entering any search terms. */
2021-05-13 06:38:42 +02:00
"GIF_PICKER_VIEW_MISSING_QUERY" = "Vul alstublieft uw zoekopdracht in.";
2021-05-07 03:09:39 +02:00
/* Indicates that an error occurred while searching. */
2021-05-13 06:38:42 +02:00
"GIF_VIEW_SEARCH_ERROR" = "Fout. Tik om opnieuw te proberen.";
2021-05-07 03:09:39 +02:00
/* Indicates that the user's search had no results. */
2021-05-13 06:38:42 +02:00
"GIF_VIEW_SEARCH_NO_RESULTS" = "Geen resultaten.";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"GROUP_CREATED" = "Groep aangemaakt";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"GROUP_MEMBER_JOINED" = " %@ is toegevoegd aan de groep. ";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"GROUP_MEMBER_LEFT" = " %@ heeft de groep verlaten. ";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"GROUP_MEMBER_REMOVED" = " %@ is verwijderd uit de groep. ";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"GROUP_MEMBERS_REMOVED" = " %@ zijn uit de groep verwijderd. ";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"GROUP_TITLE_CHANGED" = "Titel is nu '%@'. ";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"GROUP_UPDATED" = "Groep bijgewerkt.";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"GROUP_YOU_LEFT" = "U heeft de groep verlaten.";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"YOU_WERE_REMOVED" = " Je bent verwijderd uit deze groep. ";
2021-05-07 03:09:39 +02:00
/* Momentarily shown to the user when attempting to select more images than is allowed. Embeds {{max number of items}} that can be shared. */
2021-05-13 06:38:42 +02:00
"IMAGE_PICKER_CAN_SELECT_NO_MORE_TOAST_FORMAT" = "Je kunt niet meer dan %@ items delen.";
2021-05-07 03:09:39 +02:00
/* alert title */
2021-05-13 06:38:42 +02:00
"IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Fout bij het selecteren van de bijlage.";
2021-05-07 03:09:39 +02:00
/* Message for the alert indicating that an audio file is invalid. */
2021-05-13 06:38:42 +02:00
"INVALID_AUDIO_FILE_ALERT_ERROR_MESSAGE" = "Ongeldig audio-bestand.";
2021-05-07 03:09:39 +02:00
/* Slider label when disappearing messages is off */
2021-05-13 06:38:42 +02:00
"KEEP_MESSAGES_FOREVER" = "Berichten verdwijnen niet.";
2021-05-07 03:09:39 +02:00
/* Confirmation button within contextual alert */
2021-05-13 06:38:42 +02:00
"LEAVE_BUTTON_TITLE" = "Verlaten";
2021-05-07 03:09:39 +02:00
/* table cell label in conversation settings */
2021-05-13 06:38:42 +02:00
"LEAVE_GROUP_ACTION" = "Verlaat groep";
2021-05-07 03:09:39 +02:00
/* Title for the 'long text message' view. */
2021-05-13 06:38:42 +02:00
"LONG_TEXT_VIEW_TITLE" = "Bericht";
2021-05-07 03:09:39 +02:00
/* nav bar button item */
2021-05-13 06:38:42 +02:00
"MEDIA_DETAIL_VIEW_ALL_MEDIA_BUTTON" = "Alle media";
2021-05-07 03:09:39 +02:00
/* media picker option to choose from library */
2021-05-13 06:38:42 +02:00
"MEDIA_FROM_LIBRARY_BUTTON" = "Fotobibliotheek";
2021-05-07 03:09:39 +02:00
/* Confirmation button text to delete selected media from the gallery, embeds {{number of messages}} */
2021-05-13 06:38:42 +02:00
"MEDIA_GALLERY_DELETE_MULTIPLE_MESSAGES_FORMAT" = "Verwijder %d Berichten";
2021-05-07 03:09:39 +02:00
/* Confirmation button text to delete selected media message from the gallery */
2021-05-13 06:38:42 +02:00
"MEDIA_GALLERY_DELETE_SINGLE_MESSAGE" = "Verwijder bericht";
2021-05-07 03:09:39 +02:00
/* embeds {{sender name}} and {{sent datetime}}, e.g. 'Sarah on 10/30/18, 3:29' */
2021-05-13 06:38:42 +02:00
"MEDIA_GALLERY_LANDSCAPE_TITLE_FORMAT" = "%@ op %@";
2021-05-07 03:09:39 +02:00
/* Format for the 'more items' indicator for media galleries. Embeds {{the number of additional items}}. */
"MEDIA_GALLERY_MORE_ITEMS_FORMAT" = "+%@";
/* Short sender label for media sent by you */
2021-05-13 06:38:42 +02:00
"MEDIA_GALLERY_SENDER_NAME_YOU" = "U";
2021-05-07 03:09:39 +02:00
/* Section header in media gallery collection view */
2021-05-13 06:38:42 +02:00
"MEDIA_GALLERY_THIS_MONTH_HEADER" = "Deze maand";
2021-05-07 03:09:39 +02:00
/* message status for message delivered to their recipient. */
2021-05-13 06:38:42 +02:00
"MESSAGE_STATUS_DELIVERED" = "Afgeleverd";
2021-05-07 03:09:39 +02:00
/* status message for failed messages */
2021-05-13 06:38:42 +02:00
"MESSAGE_STATUS_FAILED" = "Verzenden mislukt.";
2021-05-07 03:09:39 +02:00
/* status message for failed messages */
2021-05-13 06:38:42 +02:00
"MESSAGE_STATUS_FAILED_SHORT" = "Mislukt";
2021-05-07 03:09:39 +02:00
/* status message for read messages */
2021-05-13 06:38:42 +02:00
"MESSAGE_STATUS_READ" = "Lees";
2021-05-07 03:09:39 +02:00
/* message status if message delivery to a recipient is skipped. We skip delivering group messages to users who have left the group or unregistered their Session account. */
2021-05-13 06:38:42 +02:00
"MESSAGE_STATUS_RECIPIENT_SKIPPED" = "Overgeslagen";
2021-05-07 03:09:39 +02:00
/* message status while message is sending. */
2021-05-13 06:38:42 +02:00
"MESSAGE_STATUS_SENDING" = "Verzenden…";
2021-05-07 03:09:39 +02:00
/* status message for sent messages */
2021-05-13 06:38:42 +02:00
"MESSAGE_STATUS_SENT" = "Verzonden";
2021-05-07 03:09:39 +02:00
/* status message while attachment is uploading */
2021-05-13 06:38:42 +02:00
"MESSAGE_STATUS_UPLOADING" = "Uploaden…";
2021-05-07 03:09:39 +02:00
/* Alert body when user has previously denied media library access */
2021-05-13 06:38:42 +02:00
"MISSING_MEDIA_LIBRARY_PERMISSION_MESSAGE" = "U kunt deze rechten inschakelen in de iOS-instellingen app.";
2021-05-07 03:09:39 +02:00
/* Alert title when user has previously denied media library access */
2021-05-13 06:38:42 +02:00
"MISSING_MEDIA_LIBRARY_PERMISSION_TITLE" = "Sessie vereist toegang tot uw foto's voor deze functie.";
2021-05-07 03:09:39 +02:00
/* An explanation of the consequences of muting a thread. */
2021-05-13 06:38:42 +02:00
"MUTE_BEHAVIOR_EXPLANATION" = "U zal geen meldingen ontvangen voor gedempte gesprekken.";
2021-05-07 03:09:39 +02:00
/* notification title. Embeds {{author name}} and {{group name}} */
2021-05-13 06:38:42 +02:00
"NEW_GROUP_MESSAGE_NOTIFICATION_TITLE" = "%@ naar %@";
2021-05-07 03:09:39 +02:00
/* Label for 1:1 conversation with yourself. */
2021-05-13 06:38:42 +02:00
"NOTE_TO_SELF" = "Notitie aan mezelf";
2021-05-07 03:09:39 +02:00
/* Lock screen notification text presented after user powers on their device without unlocking. Embeds {{device model}} (either 'iPad' or 'iPhone') */
2021-05-13 06:38:42 +02:00
"NOTIFICATION_BODY_PHONE_LOCKED_FORMAT" = "U heeft mogelijk berichten ontvangen terwijl u %@ opnieuw aan het opstarten was.";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"NOTIFICATIONS_FOOTER_WARNING" = "Vanwege bekende bugs in het push-framework van Apple worden berichtvoorbeelden alleen getoond als het bericht binnen 30 seconden na verzending wordt opgehaald. Hierdoor kan de applicatiebadge onnauwkeurig zijn.";
2021-05-07 03:09:39 +02:00
/* Table cell switch label. When disabled, Session will not play notification sounds while the app is in the foreground. */
2021-05-13 06:38:42 +02:00
"NOTIFICATIONS_SECTION_INAPP" = "Speel terwijl de app geopend is";
2021-05-07 03:09:39 +02:00
/* Label for settings UI that allows user to change the notification sound. */
2021-05-13 06:38:42 +02:00
"NOTIFICATIONS_SECTION_SOUNDS" = "Geluiden";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"NOTIFICATIONS_SENDER_AND_MESSAGE" = "Naam en inhoud";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"NOTIFICATIONS_SENDER_ONLY" = "Alleen naam";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"NOTIFICATIONS_NONE" = "Geen naam of inhoud";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"NOTIFICATIONS_SHOW" = "Tonen";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
"OK" = "OK";
/* Info Message when {{other user}} disables or doesn't support disappearing messages */
2021-05-13 06:38:42 +02:00
"OTHER_DISABLED_DISAPPEARING_MESSAGES_CONFIGURATION" = "%@ heeft zelf-wissende berichten uitgeschakeld.";
2021-05-07 03:09:39 +02:00
/* Info Message when {{other user}} updates message expiration to {{time amount}}, see the *_TIME_AMOUNT strings for context. */
2021-05-13 06:38:42 +02:00
"OTHER_UPDATED_DISAPPEARING_MESSAGES_CONFIGURATION" = "%@ heeft de timer voor zelf-wissende berichten op %@ ingesteld";
2021-05-07 03:09:39 +02:00
/* alert title, generic error preventing user from capturing a photo */
2021-05-13 06:38:42 +02:00
"PHOTO_CAPTURE_GENERIC_ERROR" = "Kan afbeelding niet vastleggen.";
2021-05-07 03:09:39 +02:00
/* alert title */
2021-05-13 06:38:42 +02:00
"PHOTO_CAPTURE_UNABLE_TO_CAPTURE_IMAGE" = "Kan afbeelding niet vastleggen.";
2021-05-07 03:09:39 +02:00
/* alert title */
2021-05-13 06:38:42 +02:00
"PHOTO_CAPTURE_UNABLE_TO_INITIALIZE_CAMERA" = "Instellen van de camera mislukt.";
2021-05-07 03:09:39 +02:00
/* label for system photo collections which have no name. */
2021-05-13 06:38:42 +02:00
"PHOTO_PICKER_UNNAMED_COLLECTION" = "Naamloze Album";
2021-07-07 06:30:55 +02:00
/* Notification action button title */
"PUSH_MANAGER_MARKREAD" = "Mark as Read";
/* Notification action button title */
"PUSH_MANAGER_REPLY" = "Reply";
2021-05-07 03:09:39 +02:00
/* alert body during registration */
2021-05-13 06:38:42 +02:00
"REGISTRATION_ERROR_BLANK_VERIFICATION_CODE" = "We kunnen uw account pas activeren nadat u de code die we u hebben gestuurd verifieert.";
2021-05-07 03:09:39 +02:00
/* Indicates a delay of zero seconds, and that 'screen lock activity' will timeout immediately. */
2021-05-13 06:38:42 +02:00
"SCREEN_LOCK_ACTIVITY_TIMEOUT_NONE" = "Direct";
2021-05-17 07:40:58 +02:00
/* Description of how and why Session iOS uses Touch ID/Face ID/Phone Passcode to unlock 'screen lock'. */
2021-05-24 07:07:10 +02:00
"SCREEN_LOCK_REASON_UNLOCK_SCREEN_LOCK" = "Authenticeer om Session te openen.";
2021-05-07 03:09:39 +02:00
/* Title for alert indicating that screen lock could not be unlocked. */
2021-05-13 06:38:42 +02:00
"SCREEN_LOCK_UNLOCK_FAILED" = "Verificatie mislukt";
2021-05-07 03:09:39 +02:00
/* alert title when user attempts to leave the send media flow when they have an in-progress album */
2021-05-13 06:38:42 +02:00
"SEND_MEDIA_ABANDON_TITLE" = "Media verwijderen?";
2021-05-07 03:09:39 +02:00
/* alert action, confirming the user wants to exit the media flow and abandon any photos they've taken */
2021-05-13 06:38:42 +02:00
"SEND_MEDIA_CONFIRM_ABANDON_ALBUM" = "Media verwijderen";
2021-05-07 03:09:39 +02:00
/* alert action when the user decides not to cancel the media flow after all. */
2021-05-13 06:38:42 +02:00
"SEND_MEDIA_RETURN_TO_CAMERA" = "Terugkeren naar Camera";
2021-05-07 03:09:39 +02:00
/* alert action when the user decides not to cancel the media flow after all. */
2021-05-13 06:38:42 +02:00
"SEND_MEDIA_RETURN_TO_MEDIA_LIBRARY" = "Terug naar mediabibliotheek";
2021-05-07 03:09:39 +02:00
/* Format string for the default 'Note' sound. Embeds the system {{sound name}}. */
2021-05-13 06:38:42 +02:00
"SETTINGS_AUDIO_DEFAULT_TONE_LABEL_FORMAT" = "%@ (standaard)";
2021-05-07 03:09:39 +02:00
/* Label for the backup view in app settings. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP" = "Back-up";
2021-05-07 03:09:39 +02:00
/* Label for 'backup now' button in the backup settings view. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_BACKUP_NOW" = "Nu back-up maken";
2021-05-07 03:09:39 +02:00
/* Label for 'cancel backup' button in the backup settings view. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_CANCEL_BACKUP" = "Back-up annuleren";
2021-05-07 03:09:39 +02:00
/* Label for switch in settings that controls whether or not backup is enabled. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_ENABLING_SWITCH" = "Back-up Ingeschakeld";
2021-05-07 03:09:39 +02:00
/* Label for iCloud status row in the in the backup settings view. */
"SETTINGS_BACKUP_ICLOUD_STATUS" = "iCloud Status";
/* Indicates that the last backup restore failed. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_IMPORT_STATUS_FAILED" = "Back-up herstellen mislukt";
2021-05-07 03:09:39 +02:00
/* Indicates that app is not restoring up. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_IMPORT_STATUS_IDLE" = "Back-up herstellen inactief";
2021-05-07 03:09:39 +02:00
/* Indicates that app is restoring up. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_IMPORT_STATUS_IN_PROGRESS" = "Back-up terugzetten bezig";
2021-05-07 03:09:39 +02:00
/* Indicates that the last backup restore succeeded. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_IMPORT_STATUS_SUCCEEDED" = "Back-up terugzetten geslaagd";
2021-05-07 03:09:39 +02:00
/* Label for phase row in the in the backup settings view. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_PHASE" = "Fase";
2021-05-07 03:09:39 +02:00
/* Label for phase row in the in the backup settings view. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_PROGRESS" = "Vooruitgang";
2021-05-07 03:09:39 +02:00
/* Label for backup status row in the in the backup settings view. */
"SETTINGS_BACKUP_STATUS" = "Status";
/* Indicates that the last backup failed. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_STATUS_FAILED" = "Back-up maken mislukt";
2021-05-07 03:09:39 +02:00
/* Indicates that app is not backing up. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_STATUS_IDLE" = "Bezig met wachten";
2021-05-07 03:09:39 +02:00
/* Indicates that app is backing up. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_STATUS_IN_PROGRESS" = "Bezig met Back-up maken";
2021-05-07 03:09:39 +02:00
/* Indicates that the last backup succeeded. */
2021-05-13 06:38:42 +02:00
"SETTINGS_BACKUP_STATUS_SUCCEEDED" = "Back-up succesvol";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"SETTINGS_CLEAR_HISTORY" = "Gespreksgeschiedenis wissen";
2021-05-07 03:09:39 +02:00
/* Confirmation text for button which deletes all message, calling, attachments, etc. */
2021-05-13 06:38:42 +02:00
"SETTINGS_DELETE_HISTORYLOG_CONFIRMATION_BUTTON" = "Verwijder Alles";
2021-05-07 03:09:39 +02:00
/* Section header */
2021-05-13 06:38:42 +02:00
"SETTINGS_HISTORYLOG_TITLE" = "Gespreksgeschiedenis wissen";
2021-05-07 03:09:39 +02:00
/* Label for settings view that allows user to change the notification sound. */
2021-05-13 06:38:42 +02:00
"SETTINGS_ITEM_NOTIFICATION_SOUND" = "Geluid van bericht";
2021-05-07 03:09:39 +02:00
/* Setting for enabling & disabling link previews. */
2021-05-13 06:38:42 +02:00
"SETTINGS_LINK_PREVIEWS" = "Link Previews verzenden";
2021-05-07 03:09:39 +02:00
/* Footer for setting for enabling & disabling link previews. */
2021-05-13 06:38:42 +02:00
"SETTINGS_LINK_PREVIEWS_FOOTER" = "Voorbeelden worden ondersteund van Imgur, Instagram, Pinterest Reddit, en YouTube links.";
2021-05-07 03:09:39 +02:00
/* Header for setting for enabling & disabling link previews. */
2021-05-13 06:38:42 +02:00
"SETTINGS_LINK_PREVIEWS_HEADER" = "Link voorbeelden";
2021-05-07 03:09:39 +02:00
/* table section header */
2021-05-13 06:38:42 +02:00
"SETTINGS_NOTIFICATION_CONTENT_TITLE" = "Notificatie Inhoud";
2021-05-07 03:09:39 +02:00
/* Label for the 'read receipts' setting. */
2021-05-13 06:38:42 +02:00
"SETTINGS_READ_RECEIPT" = "Leesbevestigingen";
2021-05-07 03:09:39 +02:00
/* An explanation of the 'read receipts' setting. */
2021-05-13 06:38:42 +02:00
"SETTINGS_READ_RECEIPTS_SECTION_FOOTER" = "Bekijk en deel wanneer berichten zijn gelezen. Deze instelling is optioneel en geldt voor alle gesprekken.";
2021-05-07 03:09:39 +02:00
/* Label for the 'screen lock activity timeout' setting of the privacy settings. */
2021-05-13 06:38:42 +02:00
"SETTINGS_SCREEN_LOCK_ACTIVITY_TIMEOUT" = "Time-out schermvergrendeling";
2021-05-07 03:09:39 +02:00
/* Title for the 'screen lock' section of the privacy settings. */
2021-05-13 06:38:42 +02:00
"SETTINGS_SCREEN_LOCK_SECTION_TITLE" = "Schermvergrendeling";
2021-05-07 03:09:39 +02:00
/* Label for the 'enable screen lock' switch of the privacy settings. */
2021-05-13 06:38:42 +02:00
"SETTINGS_SCREEN_LOCK_SWITCH_LABEL" = "Schermvergrendeling";
2021-05-07 03:09:39 +02:00
/* Header Label for the sounds section of settings views. */
2021-05-13 06:38:42 +02:00
"SETTINGS_SECTION_SOUNDS" = "Geluiden";
2021-05-07 03:09:39 +02:00
/* Section header */
2021-05-13 06:38:42 +02:00
"SETTINGS_SECURITY_TITLE" = "Scherm beveiliging";
2021-05-07 03:09:39 +02:00
/* Label for the 'typing indicators' setting. */
2021-05-13 06:38:42 +02:00
"SETTINGS_TYPING_INDICATORS" = "Typindicatoren";
2021-05-07 03:09:39 +02:00
/* Label for the 'no sound' option that allows users to disable sounds for notifications, etc. */
2021-05-13 06:38:42 +02:00
"SOUNDS_NONE" = "Geen";
2021-05-07 03:09:39 +02:00
/* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */
2021-05-13 06:38:42 +02:00
"TIME_AMOUNT_DAYS" = "%@ dagen";
2021-05-07 03:09:39 +02:00
/* Label text below navbar button, embeds {{number of days}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5d' not '5 d'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_DAYS_SHORT_FORMAT" = "%@d";
/* {{number of hours}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 hours}}'. See other *_TIME_AMOUNT strings */
2021-05-13 06:38:42 +02:00
"TIME_AMOUNT_HOURS" = "%@ uren";
2021-05-07 03:09:39 +02:00
/* Label text below navbar button, embeds {{number of hours}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5h' not '5 h'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_HOURS_SHORT_FORMAT" = "%@h";
/* {{number of minutes}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 minutes}}'. See other *_TIME_AMOUNT strings */
2021-05-13 06:38:42 +02:00
"TIME_AMOUNT_MINUTES" = "%@ minuten";
2021-05-07 03:09:39 +02:00
/* Label text below navbar button, embeds {{number of minutes}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5m' not '5 m'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_MINUTES_SHORT_FORMAT" = "%@m";
/* {{number of seconds}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 seconds}}'. See other *_TIME_AMOUNT strings */
2021-05-13 06:38:42 +02:00
"TIME_AMOUNT_SECONDS" = "%@ seconden";
2021-05-07 03:09:39 +02:00
/* Label text below navbar button, embeds {{number of seconds}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5s' not '5 s'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SECONDS_SHORT_FORMAT" = "%@s";
/* {{1 day}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 day}}'. See other *_TIME_AMOUNT strings */
2021-05-13 06:38:42 +02:00
"TIME_AMOUNT_SINGLE_DAY" = "%@ dag";
2021-05-07 03:09:39 +02:00
/* {{1 hour}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 hour}}'. See other *_TIME_AMOUNT strings */
2021-05-13 06:38:42 +02:00
"TIME_AMOUNT_SINGLE_HOUR" = "%@ uur";
2021-05-07 03:09:39 +02:00
/* {{1 minute}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 minute}}'. See other *_TIME_AMOUNT strings */
2021-05-13 06:38:42 +02:00
"TIME_AMOUNT_SINGLE_MINUTE" = "%@ minuut";
2021-05-07 03:09:39 +02:00
/* {{1 week}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{1 week}}'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_SINGLE_WEEK" = "%@ week";
/* {{number of weeks}}, embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 weeks}}'. See other *_TIME_AMOUNT strings */
2021-05-13 06:38:42 +02:00
"TIME_AMOUNT_WEEKS" = "%@ weken";
2021-05-07 03:09:39 +02:00
/* Label text below navbar button, embeds {{number of weeks}}. Must be very short, like 1 or 2 characters, The space is intentionally omitted between the text and the embedded duration so that we get, e.g. '5w' not '5 w'. See other *_TIME_AMOUNT strings */
"TIME_AMOUNT_WEEKS_SHORT_FORMAT" = "%@w";
/* Label for the cancel button in an alert or action sheet. */
2021-05-13 06:38:42 +02:00
"TXT_CANCEL_TITLE" = "Annuleren";
2021-05-07 03:09:39 +02:00
/* No comment provided by engineer. */
2021-05-13 06:38:42 +02:00
"TXT_DELETE_TITLE" = "Wissen";
2021-05-07 03:09:39 +02:00
/* Filename for voice messages. */
2021-05-13 06:38:42 +02:00
"VOICE_MESSAGE_FILE_NAME" = "Spraakbericht";
2021-05-07 03:09:39 +02:00
/* Message for the alert indicating the 'voice message' needs to be held to be held down to record. */
2021-05-13 06:38:42 +02:00
"VOICE_MESSAGE_TOO_SHORT_ALERT_MESSAGE" = "Houd deze knop ingedrukt om een audio bericht te versturen.";
2021-05-07 03:09:39 +02:00
/* Title for the alert indicating the 'voice message' needs to be held to be held down to record. */
2021-05-13 06:38:42 +02:00
"VOICE_MESSAGE_TOO_SHORT_ALERT_TITLE" = "Spraakbericht";
2021-05-07 03:09:39 +02:00
/* Info Message when you disable disappearing messages */
2021-05-13 06:38:42 +02:00
"YOU_DISABLED_DISAPPEARING_MESSAGES_CONFIGURATION" = "Je hebt zelf-wissende berichten uitgeschakeld.";
2021-05-07 03:09:39 +02:00
/* Info message embedding a {{time amount}}, see the *_TIME_AMOUNT strings for context. */
2021-05-13 06:38:42 +02:00
"YOU_UPDATED_DISAPPEARING_MESSAGES_CONFIGURATION" = "U heeft de timer voor zelf-wissende berichten op %@ ingesteld";
2021-05-07 03:09:39 +02:00
// MARK: - Session
2021-05-13 06:38:42 +02:00
"continue_2" = "Doorgaan";
"copy" = "Kopieer";
"invalid_url" = "Ongeldige URL";
"next" = "Volgende";
"share" = "Delen";
"invalid_session_id" = "Verkeerde Session ID";
"cancel" = "Annuleren";
"your_session_id" = "Uw Session-ID";
"vc_landing_title_2" = "Uw Sessie begint hier...";
"vc_landing_register_button_title" = "Session-ID aanmaken";
"vc_landing_restore_button_title" = "Doorgaan met je sessie";
"vc_landing_link_button_title" = "Koppel een apparaat";
"view_fake_chat_bubble_1" = "Wat is Session?";
"view_fake_chat_bubble_2" = "Het is een gedecentraliseerde, versleutelde berichten-app";
"view_fake_chat_bubble_3" = "Dus het verzamelt niet mijn persoonlijke informatie of de metagegevens van mijn gesprek? Hoe werkt het?";
"view_fake_chat_bubble_4" = "Met behulp van een combinatie van geavanceerde anonieme routing en end-to-end encryptietechnologieën.";
"view_fake_chat_bubble_5" = "Vrienden laten vrienden geen gecompromitteerde berichten apps gebruiken. Graag gedaan.";
"vc_register_title" = "Zeg hallo tegen uw Session-ID";
"vc_register_explanation" = "Uw Session-ID is het unieke adres dat mensen kunnen gebruiken om contact met u op te nemen via Session. Zonder verbinding met je echte identiteit, is je Session-ID volledig anoniem en privé.";
"vc_restore_title" = "Account herstellen";
"vc_restore_explanation" = "Voer de herstel zin in die je hebt gekregen toen je je hebt aangemeld om je account te herstellen.";
"vc_restore_seed_text_field_hint" = "Voer uw herstel zin in";
"vc_link_device_title" = "Koppel een apparaat";
"vc_link_device_scan_qr_code_tab_title" = "Scan QR-code";
"vc_display_name_title_2" = "Kies je weergavenaam";
"vc_display_name_explanation" = "Dit is je naam wanneer je Session gebruikt. Het kan je echte naam zijn, een alias, of wat je maar wilt.";
"vc_display_name_text_field_hint" = "Kies een weergavenaam";
"vc_display_name_display_name_missing_error" = "Voer a. u. b. een weergave naam in";
"vc_display_name_display_name_too_long_error" = "Kies een kortere weergavenaam";
"vc_pn_mode_recommended_option_tag" = "Aanbevolen";
"vc_pn_mode_no_option_picked_modal_title" = "Gelieve een optie selecteren";
"vc_home_empty_state_message" = "U heeft nog geen contactpersonen";
"vc_home_empty_state_button_title" = "Sessie starten";
"vc_seed_title" = "Uw Herstel Zin";
"vc_seed_title_2" = "Maak kennis met uw herstel zin";
"vc_seed_explanation" = "Uw herstel zin is de hoofdsleutel van uw Session-ID - u kunt deze gebruiken om uw Session-ID te herstellen als u de toegang tot uw apparaat verliest. Sla uw herstel zin op een veilige plek op en geef deze aan niemand op.";
"vc_seed_reveal_button_title" = "Ingedrukt houden om te onthullen";
"view_seed_reminder_subtitle_1" = "Beveilig je account door je herstel zin op te slaan";
"view_seed_reminder_subtitle_2" = "Houd de aangepaste woorden ingedrukt om uw herstelzin te onthullen, en sla het vervolgens veilig op om uw Session-ID te beveiligen.";
"view_seed_reminder_subtitle_3" = "Zorg ervoor dat u uw herstel zin op een veilige plek opslaat";
"vc_path_title" = "Locatie";
"vc_path_explanation" = "Session verbergt uw IP door uw berichten te routeren via meerdere Service Nodes in het gedecentraliseerde netwerk van Session. Dit zijn de landen die uw verbinding momenteel doorvoert:";
"vc_path_device_row_title" = "U";
"vc_path_guard_node_row_title" = "Invoer node";
"vc_path_service_node_row_title" = "Service node";
"vc_path_destination_row_title" = "Bestemming";
"vc_path_learn_more_button_title" = "Kom meer te weten";
"vc_create_private_chat_title" = "Nieuwe sessie";
"vc_create_private_chat_enter_session_id_tab_title" = "Voer Session-ID in";
"vc_create_private_chat_scan_qr_code_tab_title" = "Scan QR-code";
"vc_create_private_chat_scan_qr_code_explanation" = "Scan de QR-code van een gebruiker om een sessie te starten. QR-codes kunnen worden gevonden door op het QR-icoon in de accountinstellingen te tikken.";
"vc_enter_public_key_explanation" = "Gebruikers kunnen hun Session-ID delen door naar hun accountinstellingen te gaan en op \"Deel Session-ID\" te tikken, of door hun QR-code te delen.";
"vc_scan_qr_code_camera_access_explanation" = "Session heeft toegang nodig tot de camera om QR codes te scannen";
"vc_scan_qr_code_grant_camera_access_button_title" = "Toegang tot camera verlenen";
"vc_create_closed_group_title" = "Nieuwe Gesloten Groep";
"vc_create_closed_group_text_field_hint" = "Vul een groepsnaam in";
"vc_create_closed_group_empty_state_message" = "U heeft nog geen contactpersonen";
"vc_create_closed_group_empty_state_button_title" = "Sessie starten";
"vc_create_closed_group_group_name_missing_error" = "Vul een groepsnaam in";
"vc_create_closed_group_group_name_too_long_error" = "Vul a. u. b een kortere groepsnaam in";
"vc_create_closed_group_too_many_group_members_error" = "Een gesloten groep kan niet meer dan 100 leden hebben";
"vc_join_public_chat_title" = "Deelnemen aan Open groep";
"vc_join_public_chat_enter_group_url_tab_title" = "Open Groep-URL openen";
"vc_join_public_chat_scan_qr_code_tab_title" = "QR-code scannen";
"vc_join_public_chat_scan_qr_code_explanation" = "Scan de QR-code van de open groep waar u zich bij wilt aansluiten";
"vc_enter_chat_url_text_field_hint" = "Voer een open groep URL in";
"vc_settings_title" = "Instellingen";
"vc_settings_display_name_text_field_hint" = "Kies een weergavenaam";
"vc_settings_display_name_missing_error" = "Voer a. u. b. een weergave naam in";
"vc_settings_display_name_too_long_error" = "Kies een kortere weergavenaam";
2021-05-07 03:09:39 +02:00
"vc_settings_privacy_button_title" = "Privacy";
2021-05-13 06:38:42 +02:00
"vc_settings_notifications_button_title" = "Meldingen";
"vc_settings_recovery_phrase_button_title" = "Herstel zin";
"vc_settings_clear_all_data_button_title" = "Gegevens wissen";
"vc_notification_settings_title" = "Meldingen";
2021-05-07 03:09:39 +02:00
"vc_privacy_settings_title" = "Privacy";
2021-05-13 06:38:42 +02:00
"preferences_notifications_strategy_category_title" = "Notificatie Inhoud";
"modal_seed_title" = "Uw Herstel Zin";
"modal_seed_explanation" = "Dit is uw herstel zin, Hiermee kun je je sessie-ID herstellen of migreren naar een nieuw apparaat.";
"modal_clear_all_data_title" = "Wis alle gegevens";
"modal_clear_all_data_explanation" = "Hiermee worden uw berichten, sessies en contacten permanent verwijderd.";
2021-07-15 05:34:40 +02:00
"modal_clear_all_data_explanation_2" = "Would you like to clear only this device, or delete your entire account?";
"dialog_clear_all_data_deletion_failed_1" = "Data not deleted by 1 Service Node. Service Node ID: %@.";
"dialog_clear_all_data_deletion_failed_2" = "Data not deleted by %@ Service Nodes. Service Node IDs: %@.";
"modal_clear_all_data_device_only_button_title" = "Device Only";
"modal_clear_all_data_entire_account_button_title" = "Entire Account";
2021-05-13 06:38:42 +02:00
"vc_qr_code_title" = "QR-code";
"vc_qr_code_view_my_qr_code_tab_title" = "Bekijk mijn QR-code";
"vc_qr_code_view_scan_qr_code_tab_title" = "QR-code scannen";
"vc_qr_code_view_scan_qr_code_explanation" = "Scan iemands QR-code om een gesprek te beginnen";
"vc_view_my_qr_code_explanation" = "Dit is je QR-code. Andere gebruikers kunnen deze scannen om een sessie met je te starten.";
2021-05-07 03:09:39 +02:00
// MARK: - Not Yet Translated
2021-05-13 06:38:42 +02:00
"fast_mode_explanation" = "Je wordt op een betrouwbare en onmiddellijke manier op de hoogte gebracht van nieuwe berichten via Apple's notificatieservers.";
"fast_mode" = "Snelle Modus";
"slow_mode_explanation" = "Sessie controleert af en toe op nieuwe berichten in de achtergrond.";
"slow_mode" = "Langzame modus";
"vc_pn_mode_title" = "Berichtmeldingen";
"vc_notification_settings_notification_mode_title" = "Gebruik snelle modus";
"vc_link_device_recovery_phrase_tab_title" = "Herstel zin";
"vc_link_device_scan_qr_code_explanation" = "Navigeer naar Instellingen → Herstel zin op je andere apparaat om je QR-code te tonen.";
"vc_enter_recovery_phrase_title" = "Herstel zin";
"vc_enter_recovery_phrase_explanation" = "Om je apparaat te koppelen, voer je de herstelzin in die je kreeg toen je je aanmeldde.";
"vc_enter_public_key_text_field_hint" = "Voer Session-ID of ONS naam in";
"vc_home_title" = "Berichten";
"admin_group_leave_warning" = "Omdat u de maker van deze groep bent, wordt het voor iedereen verwijderd. Dit kan niet ongedaan worden gemaakt.";
"vc_join_open_group_suggestions_title" = "Of neem deel aan een van deze...";
"vc_settings_invite_a_friend_button_title" = "Nodig een vriend uit";
"vc_settings_help_us_translate_button_title" = "Help ons om Session the vertalen";
"copied" = "Gekopieerd";
"vc_conversation_settings_copy_session_id_button_title" = "Session-ID kopiëren";
"vc_conversation_input_prompt" = "Bericht";
"vc_conversation_voice_message_cancel_message" = "Veeg om te annuleren";
"modal_download_attachment_title" = "Vertrouw %@?";
"modal_download_attachment_explanation" = "Weet je zeker dat je deze media van %@ wilt downloaden?";
"modal_download_button_title" = "Downloaden";
"modal_open_url_title" = "URL openen?";
"modal_open_url_explanation" = "Weet u zeker dat u %@ wilt openen?";
"modal_open_url_button_title" = "Openen";
"modal_blocked_title" = "Blokkering opheffen voor %@?";
"modal_blocked_explanation" = "Weet je zeker dat je %@ weer wilt toelaten?";
"modal_blocked_button_title" = "Deblokkeren";
"modal_link_previews_title" = "Linkvoorbeeld inschakelen?";
"modal_link_previews_explanation" = "Link previews inschakelen zal previews tonen voor URLs die u verstuurt en ontvangt. Dit kan nuttig zijn, maar Session moet contact opnemen met gekoppelde websites om previews te genereren. U kunt links altijd uitschakelen in de Sessions-instellingen.";
"modal_link_previews_button_title" = "Inschakelen";
"vc_share_title" = "Delen naar de Session";
"vc_share_loading_message" = "Bijlagen voorbereiden...";
"vc_share_sending_message" = "Aan het verzenden...";
"view_open_group_invitation_description" = "Open groepsuitnodiging";
2021-05-24 07:07:10 +02:00
"vc_conversation_settings_invite_button_title" = "Voeg deelnemers toe";
2021-07-14 06:05:40 +02:00
"vc_settings_faq_button_title" = "FAQ";
"modal_send_seed_title" = "Warning";
"modal_send_seed_explanation" = "This is your recovery phrase. If you send it to someone they'll have full access to your account.";
"modal_send_seed_send_button_title" = "Send";
2021-07-29 02:14:06 +02:00
"vc_conversation_settings_notify_for_mentions_only_title" = "Notify for Mentions Only";
"vc_conversation_settings_notify_for_mentions_only_explanation" = "When enabled, you'll only be notified for messages mentioning you.";
"view_conversation_title_notify_for_mentions_only" = "Notifying for Mentions Only";