verdnatura-chat/app/i18n/locales/nl.json

483 lines
22 KiB
JSON
Raw Normal View History

Merge 4.16.0 into single-server (#3057) * [FIX] RoomItem using deprecated animated event signature (#2771) * [FIX] Server autocomplete text breaking line (#2774) * [FIX] ServerDropdown flashing bigger server icon (#2775) * [FIX] ServerDropdown flashing bigger server icon * Remove unused logo and update image path where needed * Minor tweak Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Rooms list not being updated on some cases (#2765) * Request subscriptions on RoomsListView.constructor * Removes opened rooms from last message persisting * Change server reducer * Prevent undefined ids causing query error * [FIX] Share Extension hitting memory limit on iOS (#2788) * [FIX] Disallow swipe to dismiss on share extension * Limit query to 20 and clean up props * Remove rn-extension-share branch pointer * Test new branch * Remove branch * [IMPROVEMENT] Threads layout tweaks (#2686) * improvement: Thread Details * fix: re-render Thread Messages Item * fix: update snapshots * improve: thread details component * fix: cast replies length * improvement: format date of threads * improvement: thread details styles * fix: wrap text * tests: update snapshot * improvement: use same date format for all dates * Icon size 24 * Remove date * Remove prop drill * Badge position * Badge container tweak * Fix inline style * Move ThreadDetails to containers * Update stories * Fix lint * Remove wrong prop Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Remove some migrations (#2792) * Remove force rooms refresh * Remove MMKV migration * Bump version to 4.14.0 (#2797) * [FIX] Messagebox tracking lost on pop gesture navigation (#2799) * Use setTimeout instead of InteractionManager * Update tracking lib * [FIX] Back button closing activity when on root stack screen (#2804) * Make hardware back button to behave as home button on root screens * Remove unnecessary code * Remove handleBackPress from OnboardingView * Fix lint * [i18n] Add missing German strings (#2715) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [NEW] Encrypted Discussions (#2813) * I18n key fix * Add encrypted switch * Remove unused i18n keys * Add enabled to encryption reducer * Show encrypted option on CreateDiscussionView only when e2e encryption is properly set * Add localSearch and use it on search * Use encrypted from parent channel * Fix method calls as rest api with 2fa enabled * Fix logout after reset keys * Use encryption reducer instead of lib directly to check render * Check for room type logic to display encryption option on create discussion * Check toggle-room-e2e-encryption permission on RoomActionsView * Check for encryption status instead of setting on server * Fix * Disable switch instead of hide it * Fix spotlight for DMs * Fix server test * [FIX] Messagebox missing style for text color (#2786) * Changing auxilaryTintColor * Changed Placeholder color to BodyText color * added color prop * eslint changes * used array for styles Co-authored-by: Diego Mello <diegolmello@gmail.com> * [I18N] Update arabic (#2696) * Update ar.js * Update ar.js Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Workspace input without i18n (#2689) * [FIX] Translation of strings in Login page * Strings are added for translation. fixes: #2620 * Add pt-BR Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Spotlight returning duplicated entries (#2805) * Update rocketchat.js * Updated search function * Minor improvements * Remove atIndex * Add remove logic to remove duplicate data from response Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Refactor ServerItem (#2778) * Updated ServerDropdown and ServerItem * Added ServerItem stories * Update ServerDropdown.js * Updated ServerItem stories * Updated ServerItem stories and ServerItem component * Updated SelectServerView, ServerItem and ServerItem stories * Updated ServerItem stories * Updated ServerItem stories * Update tests Co-authored-by: Diego Mello <diegolmello@gmail.com> * [DOCS] Updated Quick Start docs link in e2e/readme (#2802) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [I18N] Add Turkish (#2793) * Turkish language support added * Update tr.js Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Lint on #2793 (#2818) * [I18N] Add missing german strings (#2689) (#2820) * [I18N] Add missing italian strings (#2817) * [FIX] Server version becoming null on server change (#2821) * [FIX] Wrong styling on E2E encryption banner (#2767) * [FIX] Wrong styling on E2E encryption banner * [FIX] Wrong styling on E2E encryption banner * [FIX] Wrong styling on E2E encryption banner * [FIX] Wrong styling on E2E encryption banner (#2767) * Updated SortDropdown, ListHeader, ListItem and added stories for List.Item * Updated SortDropdown * Removed unused component * Updated List.Item and stories * Reverted unnecessary changes and updated ListItem stories * Fix minor indentation * Stop breaking Touch's default underlay color * Fix indentation * Remove falsy comparison from render * Fix left icon * Use List.Item on OmnichannelStatus * Add missing separator * Lint * Fix sort dropdown * Remove unnecessary styles * Fix detox Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] App Store using Experimental's app id (#2826) * [FIX] Wrong username on push notifications (#2825) * [FIX] Share extension memory issues on iOS (#2845) * Remove unnecessary class prop * Stop rendering servers when there's only one * Map and alloc only necessary columns from query * Fetch servers count instead of all servers records * Fetch only needed servers * Separators * Remove renderContent * Minor fix * Refactor query * Smaller avatars in memory * Fix getItemLayout * Add topic * Load less pods * tests * Import only used functions from lodash * Fix pods * Import only used functions from semver * Fix media sharing * Update pods * Disables preview and thumb on iOS * Update expo-video-thumbnail * Unnecessary change * [FIX] Logout from other locations not prompting confirmation option (#2854) * Fixed logout toast bug for the iOS * Removing callToAction and replacing with confirmationText Co-authored-by: Diego Mello <diegolmello@gmail.com> * Bump version to 4.14.1 (#2859) * [IMPROVEMENT] Check for focused rooms on in-app notifications (#2857) * Update InAppNotification and room reducer * Update InAppNotification This reverts commit 60330a1e04cfe8d2e5aa311f367083d831682c49. * Stop subscribing to threads * Remove ref * Fix prop-types Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Real name being ignored in SearchMessagesView (#2838) Co-authored-by: Gerzon Z <gerzonc@icloud.com> Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Remove unnecessary share reducer calls (#2861) * Remove unnecesary share reducer calls * Update Avatar Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Breadcrumbs exceeding characters limit (#2862) * [FIX] breadcrumbs exceeding * fix.breadcrumbs-exceeding-change-events Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] App compressing videos on iOS (#2915) * Update index.js * Update index.js * [FIX] Real name setting ignored on reply preview (#2908) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Reply component sending unused prop to Description (#2900) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] BackdropOpacity based on themes (#2863) * Added backdropOpacity based on theme * Updated ActionSheet, ReactionsModal, ReactionPicker and Sidebar * Updated MultiSelect Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Webview not falling back to default auth challenge when no cert is provided (#2918) * [FIX] Android - fallback to default auth challenge handling when no cert is provided * If a certificate auth challenge is requested on Android the webview will hang if no certificate is loaded. To prevent this, fallback to default Android behavior and cancel the challenge with request.cancel() * No client certificate case defaults to super implementation * Update react-native-webview * Downgrade to previous dependency version Co-authored-by: Diego Mello <diegolmello@gmail.com> Co-authored-by: Gerzon Z <gerzonc@icloud.com> Co-authored-by: Jan Garaj <jan.garaj@gmail.com> * [FIX] Support Jitsi_URL_Room_Hash (#2905) * [FIX] Temp attachment files not being flushed after saved to gallery (#2871) * Update AttachmentView.js * Update AttachmentView.js * Update AttachmentView.js * Update AttachmentView.js Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Update iOS profiles for Experimental app (#2933) * [IMPROVE] Deleted thread reply redirects to thread (#2840) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Thread showing typing indicator from main room (#2869) * [FIX] Remove typing indicator from thread's header * remove unnecessary props and change usersTyping condition Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] DM rooms show typing status from last group room (#2878) * [FIX] DM rooms show typing status from last group room * Undo changes * Check if current typing is from focused room before dispatching to redux Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Can't copy or edit media's description (#2885) * [FIX] Image descriptions issues * shorten the condition string * fix selectedMessage state Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] RightButtonsContainer re-render check not returning default value (#2899) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Remove InteractionManager blocks (#2906) * [FIX] Remove InteractionManager blocks * Minor fix Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] App not sending second argument for EventEmitter.removeListener on some places (#2909) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Temp message ignoring real name (#2919) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] System message of e2e encryption is missing (#2888) * [FIX] System message of e2e encryption missing * add new encryption string * add to stories * Add pt-BR * Move stories Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Add permissions to Redux (#2914) * [FIX] Add permissions to Redux store * add only permissions being used in the app * add clear permissions reducer * call RocketChat.hasPermission from reducer * add server version comparison on getPermissions * refactor hasPermission function * refactor hasPermission function * remove uncomment code * use Q.experimentalSortBy() * add coerce function * Change Rocketchat.hasPermission * Apply on isReadOnly * Apply to RoomInfoEditView * Apply to RoomInfoView and RoomInfoEditView * canAutoTranslate * Unnecessary clear permissions * Revert getUpdatedSince * Naming fix Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Add hold step for ios and android build experimental (#2943) * [CHORE] Add hold step for ios-build-experimental and android-build-experimental * Android hold step * add ios hold step Co-authored-by: Diego Mello <diegolmello@gmail.com> * [IMPROVEMENT] Remove lodash.isEqual (#2893) * Added dequal and react-fast-compare as substitutes to lodash.isEqual * Update ReplyPreview.js * Remove react-fast-compare * Removed deep-equal and upgrade babel-eslint dev dependency * Fix avatar * Fix Messagebox * Fix CreateDiscussionView * ModalBlockView * NewMessageView * ProfileView * RoomInfoEditView * ServerDropdown * Return local search as object instead of observable * SelectedUsersView Co-authored-by: Diego Mello <diegolmello@gmail.com> * [I18N] Add missing Russian strings (#2946) * [i18n] Add missing Russian strings * Couple fixes * Fix Direct_message Translate Direct_message as already has been translated Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Use shortcut syntax for get collections (#2932) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Use List.Separator in all places (#2931) * [FIX] Use List.Separator in all places * add List.Separator * change List.Separator Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Limit new message list query size to 50 (#2947) * Limit query to 50 * Remove observable * [FIX] Support chats order for older versions of the server (#2934) * Update mergeSubscriptionsRooms.js * Update mergeSubscriptionsRooms.js * Update mergeSubscriptionsRooms.js * Minor refactor Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Reactions modal's backdrop color too light (#2949) Co-authored-by: Diego Mello <diegolmello@gmail.com> * Bump version to 4.15.0 (#2950) * [FIX] Share extension not working correctly on Official app (#2963) * [FIX] Cannot read property 'some' of undefined on hasPermission (#2966) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Deep linking and other connectivity issues (#2894) * Navigate from push notification only if necessary * Use JS SDK branch * Stop reconnecting if it's already connected * Fix RoomsListView forever loading after tapping push notification of another server * Execute fewer operations on app/index * Remove roomsRequest call from onForeground * Apply check and reopen * Stop opening in-app notification when the app is on backgorund * Connecting tweaks * Fix deep linking not working if the app is on background * Force reset yarn cache * Upgrade JS SDK * Remove listener on unmount * Fix resume on Android after back button is pressed * Fix local authentication resume * Fix back button android * Change JS SDK branch * [FIX] Messagebox's placeholder color is too bright (#2968) * [IMPROVEMENT] Message attachment colors (#2860) * Added convertStrToHex function and updated Reply component * Removed convertStrtToHex function and added attachmentBackground * Added color2k, removed transparent view and applied transparentize to backgroundColor * Added stories * Update Reply stories * Update Reply stories * Fix lint * Update Reply stories * Fix props * Move tests to Message stories Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] App forgetting workspace when server is not finished added (#2798) * [FIX] App forgetting workspace * Added e2e tests * Update login.js * Update logout.js * Reverted changes on login and share, updated init * Update 08-persistantworkspace.spec.js * Revert unnecessary changes * Revert line change * Update share.js * Tweak tests * Use wm shorthand * Remove irrelevant calls to RocketChat.TOKEN_KEY Co-authored-by: Diego Mello <diegolmello@gmail.com> * [TESTS] Add E2E tests to draft message (#2960) * [E2E TEST] Draft message * Fix tests Co-authored-by: Diego Mello <diegolmello@gmail.com> * [TESTS] Add E2E tests to group DM (#2961) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [TESTS] Add E2E tests to directory (#2964) * [E2E TEST] Directory * Fix tests Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Simplify server version comparison (#2922) * Simplify server version where needed * Added lte and gte functions and updated imports * Updated functions names * Update util functions * Update util function and added methods * Remove lt and coerce from getPermissions and mergeSubscriptionsRooms * Fix comparison * Update getPermissions.js * Remove unused import * Fix lint * Fix lint Co-authored-by: Diego Mello <diegolmello@gmail.com> * [TESTS] Add E2E tests to discussions (#2970) * [E2E TEST] Discussions * fix error Cannot find UI elemen * Fix tests Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Attachment not rendering markdown (#2924) * [FIX] Render markdown in Fields content * Added stories Co-authored-by: Diego Mello <diegolmello@gmail.com> * [TESTS] Add e2e tests for mark message as unread (#2953) * [E2E TEST] Add e2e tests for mark message as unread * fixed test for draft message * change test name * move test to other file * Remove unnecessary tests * Rename file * Update jest tests Co-authored-by: Diego Mello <diegolmello@gmail.com> * [TESTS] Add E2E tests to delete server (#2954) * [E2E TEST] Delete server * fixed test for delete server * fix tests * minor changes * Rename file Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Refactor RoomActionsView permissions (#2872) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [CHORE] Add status and teams icons (#2989) Co-authored-by: Gerzon Z <gerzonc@icloud.com> * [FIX] SSO not working with 2FA (TOTP) (#2978) * Update AuthenticationWebView.js * Updated loginTOTP * Added validation * Update rocketchat.js * Update rocketchat.js * Update rocketchat.js * Update rocketchat.js * Fix resolve * Remove incognito * Fix totp being requested on webview Co-authored-by: Diego Mello <diegolmello@gmail.com> * [IMPROVEMENT] User status icons (#2991) * Add status and teams * Update icons, icon size and getUsersPresence * Minor changes * Refactor RoomTypeIcon * Minor tweaks * Update unit tests * Minor fixes * Fix styles * Small refactor * Update jest Co-authored-by: Diego Mello <diegolmello@gmail.com> * [REGRESSION] Auth via deep linking not working (#3015) * Update rocketchat and add e2e test for deep linking * Update rocketchat and add e2e test for deep linking * Update deeplinking e2e * fix deep linking auth * Test deep linking auth * Fix deeplink to rid and add tests * Small refactor * Add non existing server test Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Create discussion request being sent with null value on encryption param (#3033) * [CHORE] Use JSON files for i18n (#3011) * [IMPROVEMENT] Load only i18n files needed (#3014) * Use json * Load only i18n files needed * [REGRESSION] Clear local server cache not loading rooms (#3007) * Fix clear cache * Write e2e tests * Fix lint * Fix isRTL * [FIX] Custom OAuth and iframe login attempts being called multiple times (#3020) * [FIX] App crashing when attachment color is an invalid HEX (#3021) * [IMPROVEMENT] Add "Message" option to Room Info (#3029) * [CHORE] Go to room from hashtag * Layout tweaks Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Can't change status (#3018) Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Search input not using the whole header space (#3012) * [FIX] Search input not using the whole space * Fix on getHeaderTitlePosition Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] E2EE password hiding automatically (#2972) * [FIX] E2EE password hiding automatically * add e2e test * fixed hiding banner * move e2e tests to 01-e2eencryption * remove console.log * Fix tests Co-authored-by: Diego Mello <diegolmello@gmail.com> * [TESTS] Move threads tests to its own file (#2965) * [E2E TEST] Move threads test to another file * changed descirbe title * Rearrange files Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Regex typo on markdown (#2928) * [FIX] Fix Regex Typo * Add story for testing Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Make attachment validation compatible with web client (#2927) * [FIX] Make attachment validation compatible with web client * Added stories Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Non-reply attachments displaying time (#2902) * Remove time if no message_link * Fix message stories for replies * Final stories fix Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] i18n not being applied on login/register labels (#2930) * Use I18n translate in login text input label * Add to register and add missing strings Co-authored-by: Diego Mello <diegolmello@gmail.com> * Revert "[FIX] Make attachment validation compatible with web client (#2927)" (#3036) This reverts commit d6200745c028dd47b4ce0f11eb396c8f2a4cf807. * Bump version to 4.16.0 (#3037) * [NEW] Basic support to Teams (#3016) * Database migration * RoomItem icon * Team icons * Teams group * Small tweak on RoomTypeIcon * RoomView Header * Add team's channels to RoomView header * Starting TeamChannelsView * Icon size * o data found * Update TeamChannelsView, add teams subscriptions and send params to TeamChannelsView * Use teams.ListRooms endpoint, render rooms list, remove unused functions * Show team main on TeamChannelsView * Disable swipe * Pagination working * Fix blinking no data found * Search working * Refactor to use BackgroundContainer while loading * Go to room * Cleanup * Go to actions * Events * Lint * Add debounce to go room * Fix for tablet * i18n * Small fix * Minor refactor * Use local data when it exists * Show last message * Force teams migration * Add stories to BackgroundContainer * Remove unused component * Move RoomViewHeader into containers folder * Refactoring * Testing RoomHeader * i18n * Fix server endpoint version * Fix events Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com> * [CHORE] Refactor mention tracking logic (#2997) * [Improvement] Improve mentions This PR focuses on improving command, emoji, channel and user mentions. * [Tests] Added e2e tests for mention improvement * [Improvement] Modify slash command mention logic. Added slash command with argument preview Slash command should show only if the message bigins with / * Return data on search for empty text * Minor fixes * Update e2e tests * Minor fix * [FIX] allow command mentioning in between text Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Status text not being updated on sidebar (#3041) * Update StatusView.js * Minor tweak * Minor tweaks Co-authored-by: Diego Mello <diegolmello@gmail.com> * [FIX] Unable to search non-latin alphabet names on members list (#3039) * Add search by name in members list * Update RoomMembersView search Co-authored-by: Diego Mello <diegolmello@gmail.com> * Search stops working after some time (#3044) Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com> Co-authored-by: Gerzon Z <gerzonc@icloud.com> Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com> Co-authored-by: phriedrich <info@phriedrich.de> Co-authored-by: yash-rajpal <58601732+yash-rajpal@users.noreply.github.com> Co-authored-by: Fazil Boudjelal <fazildiablou@hotmail.fr> Co-authored-by: Sumukha Hegde <SUMUKHA214@GMAIL.COM> Co-authored-by: Hakan YILMAZ <mukerrem.yilmaz@hotmail.com> Co-authored-by: Vincenzo Esposito <aenon.esposito@gmail.com> Co-authored-by: Arkadyuti Bandyopadhyay <bandyopadhyayarkadyuti@gmail.com> Co-authored-by: Anant Bhasin <38764067+aKn1ghtOut@users.noreply.github.com> Co-authored-by: Gung Wah <41157464+kresnaputra@users.noreply.github.com> Co-authored-by: Billy Newman <newmanw10@gmail.com> Co-authored-by: Jan Garaj <jan.garaj@gmail.com> Co-authored-by: ankar84 <ankar84@gmail.com> Co-authored-by: sadegh <sadeghmohamadnia@yahoo.com>
2021-04-13 13:39:06 +00:00
{
"1_person_reacted": "1 persoon heeft gereageerd",
"1_user": "1 gebruiker",
"error-action-not-allowed": "{{actie}} is niet toegestaan",
"error-application-not-found": "Applicatie niet gevonden",
"error-archived-duplicate-name": "Er is een gearchiveerd kanaal met de naam {{room_name}}",
"error-avatar-invalid-url": "Foutieve avatar URL: {{url}}",
"error-avatar-url-handling": "Fout tijdens verwerken avatar instellingen vanaf een URL({{url}}) for {{username}}",
"error-cant-invite-for-direct-room": "Kan gebruikers niet in directe kamers toevoegen",
"error-could-not-change-email": "Kon email niet veranderen",
"error-could-not-change-name": "Kon naam niet veranderen",
"error-could-not-change-username": "Kon gebruikersnaam niet veranderen",
"error-delete-protected-role": "Beveiligde rollen kunnen niet verwijderd worden.",
"error-department-not-found": "Afdeling niet gevonden",
"error-direct-message-file-upload-not-allowed": "Delen van bestanden niet toegestaan in directe berichten",
"error-duplicate-channel-name": "Een kanaal met de naam {{channel_name}} bestaat",
"error-email-domain-blacklisted": "Het email domein is blacklisted",
"error-email-send-failed": "Fout tijdens verzenden van email: {{message}}",
"error-save-image": "Fout tijdens opslaan afbeelding",
"error-field-unavailable": "{{field}} is alr in gebruik :(",
"error-file-too-large": "Bestand is te groot",
"error-importer-not-defined": "De importer is niet goed gedefinieerd, het mist de Import class.",
"error-input-is-not-a-valid-field": "{{input}} is geen geldig {{field}}",
"error-invalid-actionlink": "Ongeldige action link",
"error-invalid-arguments": "Ongeldige argumenten",
"error-invalid-asset": "Ongeldig asset",
"error-invalid-channel": "Ongeldig channel.",
"error-invalid-channel-start-with-chars": "Ongeldig channel. Begin met @ of #",
"error-invalid-custom-field": "Ongeldig custom veld",
"error-invalid-custom-field-name": "Ongeldige custom veld naam. Gebruik alleen letters, cijfers, - of _.",
"error-invalid-date": "Ongeldige datum opgegeven.",
"error-invalid-description": "Ongeldige beschrijving",
"error-invalid-domain": "Ongeldig domein",
"error-invalid-email": "Ongeldige email {{emai}}",
"error-invalid-email-address": "Ongeldig emailadres",
"error-invalid-file-height": "Ongeldige file height",
"error-invalid-file-type": "Ongeldig bestandstype",
"error-invalid-file-width": "Ongeldige file width",
"error-invalid-from-address": "Een ongeldig FROM adres is ingevuld.",
"error-invalid-integration": "Ongeldige integration",
"error-invalid-message": "Ongeldige message",
"error-invalid-method": "Ongeldige method",
"error-invalid-name": "Ongeldige naam",
"error-invalid-password": "Ongeldig password",
"error-invalid-redirectUri": "Ongeldige redirectUri",
"error-invalid-role": "Ongeldige role",
"error-invalid-room": "Ongeldige kamer",
"error-invalid-room-name": "{{room_name}} is geen geldige kamernaam",
"error-invalid-room-type": "{{type}} is geen geldig kamertype.",
"error-invalid-settings": "Ongeldige instellingen ingevuld",
"error-invalid-subscription": "Ongeldige subscription",
"error-invalid-token": "Ongeldig token",
"error-invalid-triggerWords": "Ongeldige triggerWords",
"error-invalid-urls": "Ongeldige URLs",
"error-invalid-user": "Ongeldige user",
"error-invalid-username": "Ongeldige username",
"error-invalid-webhook-response": "De webhook URL antwoorde met een andere status dan 200",
"error-message-deleting-blocked": "Berichten verwijderen is geblokkeerd.",
"error-message-editing-blocked": "Berichten aanpassen is geblokkeerd.",
"error-message-size-exceeded": "Berichtgrootte is meer dan Message_MaxAllowedSize",
"error-missing-unsubscribe-link": "De [unsubscribe] link moet gegeven worden.",
"error-no-tokens-for-this-user": "Er zijn geen tokens voor deze user",
"error-not-allowed": "Niet toegestaan",
"error-not-authorized": "Niet gemachtigd",
"error-push-disabled": "Push staat uit",
"error-remove-last-owner": "Dit is de laatste eigenaar. Kies een nieuwe eigenaar voor je deze verwijderd.",
"error-role-in-use": "Kan rol niet verwijderen omdat hij in gebruik is",
"error-role-name-required": "Rol naam verplicht",
"error-the-field-is-required": "Het veld {{field}} is verplicht.",
"error-too-many-requests": "Error, te veel requests. Doe alsjeblieft rustig aan. Je moet {{seconds}} wachten voor je het opnieuw kan proberen.",
"error-user-is-not-activated": "Gebruiker is niet geactiveerd",
"error-user-has-no-roles": "Gebruiker heeft geen rollen",
"error-user-limit-exceeded": "De hoeveelheid gebruikers die je probeert uit te nodigen voor #channel_name is meer dan het limiet wat de admin gekozen heeft",
"error-user-not-in-room": "Gebruiker is niet in deze kamer",
"error-user-registration-custom-field": "error-user-registration-custom-field",
"error-user-registration-disabled": "Registratie van gebruikers staat uit",
"error-user-registration-secret": "Registratie van gebruikers kan alleen via Secret URL",
"error-you-are-last-owner": "Je bent de laatste eigenaar. Kies eerst een nieuwe voor je de kamer verlaat.",
"Actions": "Acties",
"activity": "activiteit",
"Activity": "Activiteit",
"Add_Reaction": "Voeg reactie toe",
"Add_Server": "Voeg server toe",
"Add_users": "Voeg gebruikers toe",
"Admin_Panel": "Admin Paneel",
"Alert": "Alert",
"alert": "alert",
"alerts": "alerts",
"All_users_in_the_channel_can_write_new_messages": "Alle gebruikers in het kanaal kunnen nieuwe berichten sturen",
"All": "Alle",
"All_Messages": "Alle Berichten",
"Allow_Reactions": "Sta reacties toe",
"Alphabetical": "Alfabetisch",
"and_more": "en meer",
"and": "en",
"announcement": "aankondiging",
"Announcement": "Aankondiging",
"Apply_Your_Certificate": "Gebruik je certificaat",
"ARCHIVE": "ARCHIVEER",
"archive": "archiveer",
"are_typing": "zijn aan het typen",
"Are_you_sure_question_mark": "Weet je het zeker?",
"Are_you_sure_you_want_to_leave_the_room": "Weet je zeker dat je de kamer {{room}} wil verlaten?",
"Audio": "Audio",
"Authenticating": "Authenticating",
"Automatic": "Automatisch",
"Auto_Translate": "Auto-Vertalen",
"Avatar_changed_successfully": "Avatar succesvol aangepast!",
"Avatar_Url": "Avatar URL",
"Away": "Weg",
"Back": "Terug",
"Black": "Zwart",
"Block_user": "Blokkeer gebruiker",
"Broadcast_channel_Description": "Alleen toegestane gebruikers kunnen nieuwe berichten sturen, maar iedereen kan reageren",
"Broadcast_Channel": "Broadcast Kanaal",
"Busy": "Bezig",
"By_proceeding_you_are_agreeing": "Door verder te gaan ga je akkoord met onze",
"Cancel_editing": "Stop bewerken",
"Cancel_recording": "Stop opnemen",
"Cancel": "Stop",
"changing_avatar": "avatar aan het veranderen",
"creating_channel": "kanaal aan het maken",
"creating_invite": "uitnodiging maken",
"Channel_Name": "Kanaal Name",
"Channels": "Kanalen",
"Chats": "Chats",
"Call_already_ended": "Gesprek al beeïndigd!",
"Click_to_join": "Klik om lid te worden!",
"Close": "Sluiten",
"Close_emoji_selector": "Sluit emoji selector",
"Choose": "Kies",
"Choose_from_library": "Kies uit bibliotheek",
"Choose_file": "Kies bestand",
"Code": "Code",
"Collaborative": "Samenwerkend",
"Confirm": "Bevestig",
"Connect": "Verbind",
"Connected": "Verbonden",
"connecting_server": "Verbonden met een server",
"Connecting": "Aan het verbinden...",
"Contact_us": "Contact opnemen",
"Contact_your_server_admin": "Neem contact op met je server admin.",
"Continue_with": "Ga verder met",
"Copied_to_clipboard": "Gekopïeerd naar klembord!",
"Copy": "Kopïeer",
"Permalink": "Permalink",
"Certificate_password": "Certificate Password",
"Whats_the_password_for_your_certificate": "Wat is het wachtwoord voor je certificate?",
"Create_account": "Maak een account",
"Create_Channel": "Maak een kanaal",
"Created_snippet": "snippet gemaakt",
"Create_a_new_workspace": "Een nieuwe workspace maken",
"Create": "Maken",
"Dark": "Donker",
"Dark_level": "Donker niveau",
"Default": "Standaard",
"Delete_Room_Warning": "Een kamer verwijderen verwijdert alle berichten erin. Dit kan niet ongedaan gemaakt worden.",
"delete": "delete",
"Delete": "Delete",
"DELETE": "DELETE",
"deleting_room": "kamer legen",
"description": "beschrijving",
"Description": "Beschrijving",
"Desktop_Options": "Desktop Opties",
"Directory": "Map",
"Direct_Messages": "Directe berichten",
"Disable_notifications": "Zet notificaties uit",
"Discussions": "Discussies",
"Dont_Have_An_Account": "Heb je geen account?",
"Do_you_have_a_certificate": "Heb je een certificate?",
"Do_you_really_want_to_key_this_room_question_mark": "Wil je deze kamer echt {{key}}?",
"edit": "bewerk",
"edited": "bewerkt",
"Edit": "Bewerk",
"Edit_Invite": "Bewerk uitnodiging",
"Email_or_password_field_is_empty": "Email of wachtwoord veld is leeg",
"Email": "E-mail",
"email": "e-mail",
"Enable_Auto_Translate": "Zet Auto-Translate aan",
"Enable_notifications": "Zet notifications aan",
"Everyone_can_access_this_channel": "Iedereen kan bij dit kanaal",
"Error_uploading": "Error tijdens uploaden",
"Expiration_Days": "Vervalt in (Dagen)",
"Favorite": "Favoriet",
"Favorites": "Favorieten",
"Files": "Bestanden",
"File_description": "Bestandsbeschrijving",
"File_name": "Bestandsnaam",
"Finish_recording": "Beëindig opname",
"Following_thread": "Volg thread",
"For_your_security_you_must_enter_your_current_password_to_continue": "Voor je veiligheid moet je je wachtwoord invullen om door te gaan",
"Forgot_password_If_this_email_is_registered": "Als dit email adres bij ons bekend is, sturen we je instructies op om je wachtwoord te resetten. Als je geen email krijgt, probeer het dan nogmaals.",
"Forgot_password": "Wachtwoord vergeten",
"Forgot_Password": "Wachtwoord Vergeten",
"Full_table": "Klik om de hele tabel te zien",
"Generate_New_Link": "Genereer Nieuwe Link",
"Group_by_favorites": "Sorteer op favorieten",
"Group_by_type": "Sorteer op type",
"Hide": "Verberg",
"Has_joined_the_channel": "is bij het kanaal gekomen",
"Has_joined_the_conversation": "neemt deel aan het gesprek",
"Has_left_the_channel": "heeft het kanaal verlaten",
"In_App_And_Desktop": "In-app en Desktop",
"In_App_and_Desktop_Alert_info": "Laat een banner bovenaan het scherm zien als de app open is en geeft een notificatie op de desktop",
"Invisible": "Onzichtbaar",
"Invite": "Nodig uit",
"is_a_valid_RocketChat_instance": "is een geldige Rocket.Chat instantie",
"is_not_a_valid_RocketChat_instance": "is geen geldige Rocket.Chat instantie",
"is_typing": "is aan het typen",
"Invalid_or_expired_invite_token": "Ongeldig of verlopen uitnodigingstoken",
"Invalid_server_version": "De server die je probeert te bereiken gebruikt een versie die niet meer door de app ondersteunt wordt: {{currentVersion}}.\n\nMinimale versienummer {{minVersion}}",
"Invite_Link": "Uitnodigingslink",
"Invite_users": "Nodig gebruikers uit",
"Join": "Word lid",
"Just_invited_people_can_access_this_channel": "Alleen genodigden kunnen bij dit kanaal",
"Language": "Taal",
"last_message": "laatste bericht",
"Leave_channel": "Verlaat kanaal",
"leaving_room": "ruimte verlaten",
"leave": "verlaten",
"Legal": "Legaal",
"Light": "Light",
"License": "License",
"Livechat": "Livechat",
"Login": "Login",
"Login_error": "Je inloggegevens zijn fout! Probeer het opnieuw.",
"Login_with": "Login met",
"Logout": "Logout",
"Max_number_of_uses": "Maximaal aantal gebruiksmogelijkheden ",
"members": "leden",
"Members": "Leden",
"Mentioned_Messages": "Vermelde Berichten",
"mentioned": "vermeld",
"Mentions": "Vermeldingen",
"Message_accessibility": "Bericht van {{user}} om {{time}}: {{message}}",
"Message_actions": "Berichtacties",
"Message_pinned": "Bericht vastgezet",
"Message_removed": "Bericht verwijderd",
"message": "bericht",
"messages": "berichten",
"Messages": "Berichten",
"Message_Reported": "Bericht gerapporteerd",
"Microphone_Permission_Message": "Rocket.Chat heeft toegang tot je microfoon nodig voor geluidsberichten.",
"Microphone_Permission": "Microfoon toestemming",
"Mute": "Dempen",
"muted": "gedempt",
"My_servers": "Mijn servers",
"N_people_reacted": "{{n}} mensen reageerden",
"N_users": "{{n}} gebruikers",
"name": "naam",
"Name": "Naam",
"Never": "Nooit",
"New_Message": "Nieuw Bericht",
"New_Password": "Nieuw Wachtwoord",
"New_Server": "Nieuwe Server",
"Next": "Volgende",
"No_files": "Geen bestanden",
"No_limit": "Geen limiet",
"No_mentioned_messages": "Geen vermelde berichten",
"No_pinned_messages": "Geen vastgezette berichten",
"No_results_found": "Geen resultaten gevonden",
"No_starred_messages": "Geen berichten met ster gemarkeerd",
"No_thread_messages": "Geen thread berichten",
"No_Message": "Geen bericht",
"No_messages_yet": "Nog geen berichten",
"No_Reactions": "Geen reacties",
"No_Read_Receipts": "Geen leesbevestiging",
"Not_logged": "Niet gelogged",
"Not_RC_Server": "Dit is geen Rocket.Chat server.\n{{contact}}",
"Nothing": "Niets",
"Nothing_to_save": "Niets om op te slaan!",
"Notify_active_in_this_room": "Bericht de actieve gebruikers in deze kamer",
"Notify_all_in_this_room": "Bericht iedereen in deze kamer",
"Notifications": "Notificaties",
"Notification_Duration": "Notificatie Duur",
"Notification_Preferences": "Notificatievoorkeuren",
"Offline": "Offline",
"Oops": "Oeps!",
"Onboarding_title": "Welkom bij Rocket.Chat",
"Online": "Online",
"Only_authorized_users_can_write_new_messages": "Alleen gebruikers met toestemming mogen nieuwe berichten maken",
"Open_emoji_selector": "Open de emoji selector",
"Open_Source_Communication": "Open de Source Communication",
"Password": "Wachtwoord",
"Permalink_copied_to_clipboard": "Permalink gekopiëerd naar klembord!",
"Pin": "Vastzetten",
"Pinned_Messages": "Vastgezette berichten",
"pinned": "vastgezet",
"Pinned": "Vastgezet",
"Please_enter_your_password": "Vul je wachtwoord in",
"Preferences": "Voorkeuren",
"Preferences_saved": "Voorkeuren opgeslagen!",
"Privacy_Policy": " Privacy Policy",
"Private_Channel": "Prive Kanaal",
"Private_Groups": "Prive Groepen",
"Private": "Prive",
"Processing": "Verwerken...",
"Profile_saved_successfully": "Profiel succesvol opgeslagen!",
"Profile": "Profiel",
"Public_Channel": "Publiek kanaal",
"Public": "Publiek",
"Push_Notifications": "Pushnotificaties",
"Push_Notifications_Alert_Info": "Deze notificaties krijg je als de app niet geopend is",
"Quote": "Quote",
"Reactions_are_disabled": "Reacties zijn uitgeschakeld",
"Reactions_are_enabled": "Reacties zijn ingeschakeld",
"Reactions": "Reacties",
"Read": "Lezen",
"Read_Only_Channel": "Alleen-lezen Kanaal",
"Read_Only": "Alleen Lezen",
"Read_Receipt": "Leesbevestiging",
"Receive_Group_Mentions": "Ontvang Groepsvermeldingen",
"Receive_Group_Mentions_Info": "Ontvang @all en @here vermeldingen",
"Register": "Aanmelden",
"Repeat_Password": "Wachtwoord herhalen",
"Replied_on": "Gereageerd op:",
"replies": "reacties",
"reply": "reactie",
"Reply": "Reacties",
"Report": "Rapporteren",
"Receive_Notification": "Ontvang notificatie",
"Receive_notifications_from": "Ontvang notificaties van {{name}}",
"Resend": "Opnieuw verzenden",
"Reset_password": "Wachtwoord reset",
"resetting_password": "wachtwoord aan het resetten",
"RESET": "RESET",
"Review_app_title": "Vind je dit een TOP app?",
"Review_app_desc": "Geef ons 5 sterren op {{store}}",
"Review_app_yes": "Doe ik!",
"Review_app_no": "Nee",
"Review_app_later": "Misschien later",
"Review_app_unable_store": "Kon {{store}} niet openen",
"Review_this_app": "Review deze app",
"Roles": "Rollen",
"Room_actions": "Kamer acties",
"Room_changed_announcement": "Kamer announcement veranderd naar: {{announcement}} door {{userBy}}",
"Room_changed_description": "Kamer beschrijving veranderd naar: {{description}} door {{userBy}}",
"Room_changed_privacy": "Kamer type veranderd naar: {{type}} door {{userBy}}",
"Room_changed_topic": "Kamer onderwerp veranderd naar: {{topic}} door {{userBy}}",
"Room_Files": "Kamer Bestanden",
"Room_Info_Edit": "Kamer Info Aanpassen",
"Room_Info": "Kamer Info",
"Room_Members": "Kamer Leden",
"Room_name_changed": "Kamer naam veranderd naar: {{name}} door {{userBy}}",
"SAVE": "OPSLAAN",
"Save_Changes": "Sla wijzigingen op",
"Save": "Opslaan",
"saving_preferences": "voorkeuren opslaan",
"saving_profile": "profiel opslaan",
"saving_settings": "instellingen opslaan",
"saved_to_gallery": "Aan galerij toegevoegd",
"Search_Messages": "Zoek Berichten",
"Search": "Zoek",
"Search_by": "Zoek op",
"Search_global_users": "Zoek voor algemene gebruikers",
"Search_global_users_description": "Als je dit aan zet, kan je gebruikers van andere bedrijven en servers zoeken.",
"Seconds": "{{second}} seconden",
"Select_Avatar": "Kies Avatar",
"Select_Server": "Kies Server",
"Select_Users": "Kies Gebruikers",
"Send": "Verstuur",
"Send_audio_message": "Verstuur geluidsbericht",
"Send_crash_report": "Verstuur crash report",
"Send_message": "Verstuur bericht",
"Send_to": "Verstuur naar...",
"Sent_an_attachment": "Verstuur een bijlage",
"Server": "Server",
"Servers": "Servers",
"Server_version": "Server versie: {{version}}",
"Set_username_subtitle": "De gebruikersnaam wordt gebruikt om anderen jou te vermelden in berichten",
"Settings": "Instellingen",
"Settings_succesfully_changed": "Instellingen succesvol veranderd!",
"Share": "Delen",
"Share_Link": "Deel Link",
"Share_this_app": "Deel deze app",
"Show_Unread_Counter": "Laat Ongelezen Teller Zien",
"Show_Unread_Counter_Info": "De Ongelezen Tller is een badge aan de rechterkant van het kanaal in de lijst",
"Sign_in_your_server": "Log in bij je server",
"Sign_Up": "Inschrijven",
"Some_field_is_invalid_or_empty": "Een veld is ongeldig of leeg",
"Sorting_by": "Sorteren op {{key}}",
"Sound": "Geluid",
"Star_room": "Sterrenkamer",
"Star": "Ster",
"Starred_Messages": "Berichten met ster gemarkeerd",
"starred": "met ster gemarkeerd",
"Starred": "Met ster gemarkeerd",
"Start_of_conversation": "Begin van een gesprek",
"Started_discussion": "Begin van een discussie:",
"Started_call": "Gesprek gestart door {{userBy}}",
"Submit": "Verstuur",
"Table": "Tabel",
"Take_a_photo": "Neem een foto",
"Take_a_video": "Neem een video",
"tap_to_change_status": "tik om je status te veranderen",
"Tap_to_view_servers_list": "Tik om een server lijst te weergeven",
"Terms_of_Service": " Servicevoorwaarden ",
"Theme": "Thema",
"There_was_an_error_while_action": "Er was eer fout tijdens {{action}}!",
"This_room_is_blocked": "Deze kamer is geblokkeerd",
"This_room_is_read_only": "Deze kamer is alleen-lezen",
"Thread": "Thread",
"Threads": "Threads",
"Timezone": "Tijdzone",
"To": "Naar",
"topic": "onderwerp",
"Topic": "Onderwerp",
"Translate": "Vertalen",
"Try_again": "Probeer opnieuw",
"Two_Factor_Authentication": "Tweee-factor Authenticatie",
"Type_the_channel_name_here": "Typ hier de kanaalnaam",
"unarchive": "dearchiveren",
"UNARCHIVE": "DEARCHIVEREN",
"Unblock_user": "Gebruiker deblokkeren",
"Unfavorite": "Uit favorieten halen",
"Unfollowed_thread": "Thread ontvolgd",
"Unmute": "Dempen opheffen",
"unmuted": "ongedempt",
"Unpin": "Losmaken",
"unread_messages": "ongelezen",
"Unread": "Ongelezen",
"Unread_on_top": "Ongelezen bovenaan",
"Unstar": "Ster verwijderen",
"Updating": "Updaten...",
"Uploading": "Uploaden",
"Upload_file_question_mark": "Bestand uploaden?",
"Users": "Gebruikers",
"User_added_by": "Gebruiker {{userAdded}} toegevoegd door {{userBy}}",
"User_Info": "Gebruiker Info",
"User_has_been_key": "Gebruiker is {{key}}",
"User_is_no_longer_role_by_": "{{user}} is geen {{role}} meer door {{userBy}}",
"User_muted_by": "Gebruiker {{userMuted}} gedempt door {{userBy}}",
"User_removed_by": "Gebruiker {{userRemoved}} verwijderd door {{userBy}}",
"User_sent_an_attachment": "{{user}} stuurde een bijlage",
"User_unmuted_by": "Dempen opgeheven voor {{userUnmuted}} door {{userBy}}",
"User_was_set_role_by_": "{{user}} is nu {{role}} door {{userBy}}",
"Username_is_empty": "Gebruikersnaam is leeg",
"Username": "Gebruikersnaam",
"Username_or_email": "Gebruikersnaam of email",
"Validating": "Aan het valideren",
"Video_call": "Videogesprek",
"View_Original": "Bekijk origineel",
"Voice_call": "Audiogesprek",
"Websocket_disabled": "Websocket staat uit voor deze server.\n{{contact}}",
"Welcome": "Welkom",
"Whats_your_2fa": "Wat is je 2FA code?",
"Without_Servers": "Zonder Servers",
"Write_External_Permission_Message": "Rocket.Chat moet bij je galerij kunnen om afbeeldingen op te slaan.",
"Write_External_Permission": "Galerij Toestemming",
"Yes_action_it": "Ja, {{action}} het!",
"Yesterday": "Gisteren",
"You_are_in_preview_mode": "Je bent in preview mode",
"You_are_offline": "Je bent offline",
"You_can_search_using_RegExp_eg": "Je kan RegExp. gebruiken, bijv. `/^text$/i`",
"You_colon": "Jij: ",
"you_were_mentioned": "je bent vermeld",
"you": "jij",
"You": "Jij",
"You_need_to_access_at_least_one_RocketChat_server_to_share_something": "Je moet minimaal toegang hebben tot 1 Rocket.Chat server om iets te delen.",
"Your_certificate": "Jouw Certificaat",
"Your_invite_link_will_expire_after__usesLeft__uses": "Je uitnodigingslink wordt ongeldig over {{usesLeft}} keer.",
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses": "Je uitnodigingslink wordt ongeldig op {{date}} of na{{usesLeft}} keer.",
"Your_invite_link_will_expire_on__date__": "Je uitnodigingslink wordt ongeldig op {{date}}.",
"Your_invite_link_will_never_expire": "Je uitnodigingslink wordt nooit ongeldig.",
"Version_no": "Versie: {{version}}",
"You_will_not_be_able_to_recover_this_message": "Je kan dit bericht niet meer terugkrijgen!",
"Change_Language": "Verander taal",
"Crash_report_disclaimer": "We kijken nooit naar de content van je chats. Het crashrapport bevat alleen relevante informatie voor ons om problemen te isoleren en op te lossen.",
"Type_message": "Type bericht",
"Room_search": "Kamers zoeken",
"Room_selection": "Kamerselectie 1...9",
"Next_room": "Volgende kamer",
"Previous_room": "Vorige kamer",
"New_room": "Nieuwe Kamer",
"Upload_room": "Upload naar kamer",
"Search_messages": "Doorzoek messages",
"Scroll_messages": "Scroll door messages",
"Reply_latest": "Beantwoord de laatste",
"Server_selection": "Server selectie",
"Server_selection_numbers": "Server selectie 1...9",
"Add_server": "Voeg Server Toe",
"New_line": "Nieuwe Regel"
}