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 kişi tepki verdi." ,
"1_user" : "1 kullanı cı " ,
"error-action-not-allowed" : "{{action}}'a izin verilmiyor!" ,
"error-application-not-found" : "Uygulama bulunamadı !" ,
"error-archived-duplicate-name" : "{{room_name}} adı nda arşivlenmiş bir kanal var!" ,
"error-avatar-invalid-url" : "Geçersiz avatar URL'si: {{url}}" ,
"error-avatar-url-handling" : "{{username}} için bir URL'den ({{url}}) avatar ayarı işlenirken hata oluştu!" ,
"error-cant-invite-for-direct-room" : "Kullanı cı özel odalara davet edilemedi!" ,
"error-could-not-change-email" : "E-posta değiştirilemedi!" ,
"error-could-not-change-name" : "İsim değiştirilemedi!" ,
"error-could-not-change-username" : "Kullanı cı adı değiştirilemedi!" ,
"error-could-not-change-status" : "Durum değiştirilemedi!" ,
"error-delete-protected-role" : "Korunan bir rol silinemez!" ,
"error-department-not-found" : "Bölüm bulunamadı !" ,
"error-direct-message-file-upload-not-allowed" : "Özel iletilerde dosya paylaşı mı na izin verilmiyor!" ,
"error-duplicate-channel-name" : "{{channel_name}} adı nda bir kanal var!" ,
"error-email-domain-blacklisted" : "E-posta alan adı kara listeye alı ndı !" ,
"error-email-send-failed" : "E-posta göndermeye çalı şı rken hata oluştu: {{message}}" ,
"error-save-image" : "Görüntüyü kaydederken hata oluştu!" ,
"error-save-video" : "Videoyu kaydederken hata oluştu!" ,
"error-field-unavailable" : "{{field}} zaten kullanı lı yor! :(" ,
"error-file-too-large" : "Dosya çok büyük!" ,
"error-importer-not-defined" : "İçe aktarı cı doğru tanı mlanmadı , \"Import\" sı nı fı eksik!" ,
"error-input-is-not-a-valid-field" : "{{input}} geçerli bir {{field}} değil!" ,
"error-invalid-actionlink" : "Geçersiz işlem bağlantı sı !" ,
"error-invalid-arguments" : "Geçersiz parametreler!" ,
"error-invalid-asset" : "Geçersiz veri!" ,
"error-invalid-channel" : "Geçersiz kanal." ,
"error-invalid-channel-start-with-chars" : "Geçersiz kanal! @ veya # ile başlayı n." ,
"error-invalid-custom-field" : "Geçersiz özelleştirilmiş alan" ,
"error-invalid-custom-field-name" : "Geçersiz özelleştirilmiş alan adı ! Yalnı zca harf, rakam, kı sa çizgi ve alt çizgi kullanı n." ,
"error-invalid-date" : "Geçersiz tarih!" ,
"error-invalid-description" : "Geçersiz açı klama!" ,
"error-invalid-domain" : "Geçersiz alan adı !" ,
"error-invalid-email" : "Geçersiz e-posta {{email}}!" ,
"error-invalid-email-address" : "Geçersiz e-posta adresi!" ,
"error-invalid-file-height" : "Geçersiz fotoğraf yüksekliği!" ,
"error-invalid-file-type" : "Geçersiz dosya türü!" ,
"error-invalid-file-width" : "Geçersiz fotoğraf genişliği!" ,
"error-invalid-from-address" : "Geçersiz bir KİMDEN adresi bildirdiniz!" ,
"error-invalid-integration" : "Geçersiz entegrasyon" ,
"error-invalid-message" : "Geçersiz ileti!" ,
"error-invalid-method" : "Geçersiz metot!" ,
"error-invalid-name" : "Geçersiz isim!" ,
"error-invalid-password" : "Geçersiz şifre!" ,
"error-invalid-redirectUri" : "Geçersiz yönlendirme bağlantı sı !" ,
"error-invalid-role" : "Geçersiz rol!" ,
"error-invalid-room" : "Geçersiz oda!" ,
"error-invalid-room-name" : "{{room_name}}, geçerli bir oda adı değil!" ,
"error-invalid-room-type" : "{{type}}, geçerli bir oda türü değil!" ,
"error-invalid-settings" : "Geçersiz ayar!" ,
"error-invalid-subscription" : "Geçersiz başvuru!" ,
"error-invalid-token" : "Geçersiz belirteç!" ,
"error-invalid-triggerWords" : "Geçersiz tetikleyici parametreleri!" ,
"error-invalid-urls" : "Geçersiz URL'ler!" ,
"error-invalid-user" : "Geçersiz kullanı cı !" ,
"error-invalid-username" : "Geçersiz kullanı cı adı !" ,
"error-invalid-webhook-response" : "İstek URL'si 200'den farklı bir durumla yanı t verdi!" ,
"error-message-deleting-blocked" : "İleti silme engellendi!" ,
"error-message-editing-blocked" : "İleti düzenleme engellendi" ,
"error-message-size-exceeded" : "İleti boyutu, Message_MaxAllowedSize değerini aşı yor" ,
"error-missing-unsubscribe-link" : "[unsubscribe] bağlantı sı nı belirtmelisiniz." ,
"error-no-tokens-for-this-user" : "Bu kullanı cı için belirteç (token) yok" ,
"error-not-allowed" : "İzin verilmedi" ,
"error-not-authorized" : "Yetkili değil" ,
"error-push-disabled" : "Push devre dı şı " ,
"error-remove-last-owner" : "Lütfen bunu kaldı rmadan önce yeni bir sahip belirleyin." ,
"error-role-in-use" : "Rol kullanı mda olduğu için silinemiyor" ,
"error-role-name-required" : "Rol adı gerekli" ,
"error-the-field-is-required" : "{{field}} alanı gereklidir." ,
"error-too-many-requests" : "Hata, çok fazla istek. Lütfen yavaşla. Tekrar denemeden önce {{seconds}} saniye beklemelisiniz." ,
"error-user-is-not-activated" : "Kullanı cı etkinleştirilmedi!" ,
"error-user-has-no-roles" : "Kullanı cı ya tanı mlı rol yok!" ,
"error-user-limit-exceeded" : "#channel_name kanalı na davet etmeye çalı ştı ğı nı z kullanı cı ları n sayı sı , yönetici tarafı ndan belirlenen sı nı rı aşı yor!" ,
"error-user-not-in-room" : "Kullanı cı bu odada değil!" ,
"error-user-registration-custom-field" : "error-user-registration-custom-field" ,
"error-user-registration-disabled" : "Kullanı cı kaydı devre dı şı bı rakı ldı !" ,
"error-user-registration-secret" : "Kullanı cı kaydı na yalnı zca Gizli URL aracı lı ğı yla izin verilir!" ,
"error-you-are-last-owner" : "Son sahibi sizsiniz. Lütfen odadan ayrı lmadan önce yeni bir sahip belirleyin." ,
"Actions" : "İşlemler" ,
"activity" : "etkinlik" ,
"Activity" : "Etkinlik" ,
"Add_Reaction" : "Tepki ekle" ,
"Add_Server" : "Sunucu ekle" ,
"Add_users" : "Kullanı cı ekle" ,
"Admin_Panel" : "Yönetim Paneli" ,
"Agent" : "Temsilci" ,
"Alert" : "Uyarı " ,
"alert" : "uyarı " ,
"alerts" : "uyarı lar" ,
"All_users_in_the_channel_can_write_new_messages" : "Kanaldaki tüm kullanı cı lar yeni ileti yazabilir!" ,
"A_meaningful_name_for_the_discussion_room" : "Tartı şma odası için anlamlı bir isim" ,
"All" : "Tümü" ,
"All_Messages" : "Tüm İletiler" ,
"Allow_Reactions" : "Tüm Tepkiler" ,
"Alphabetical" : "Alfabetik" ,
"and_more" : "ve daha" ,
"and" : "ve" ,
"announcement" : "duyuru" ,
"Announcement" : "Duyuru" ,
"Apply_Your_Certificate" : "Sertifikanı zı Onaylayı n" ,
"ARCHIVE" : "ARŞİVLE" ,
"archive" : "arşivle" ,
"are_typing" : "yazı yor" ,
"Are_you_sure_question_mark" : "Emin misiniz?" ,
"Are_you_sure_you_want_to_leave_the_room" : "{{room}} odası ndan ayrı lmak istediğinizden emin misiniz?" ,
"Audio" : "Ses" ,
"Authenticating" : "Doğrulanı yor" ,
"Automatic" : "Otomatik" ,
"Auto_Translate" : "Otomatik Çevir" ,
"Avatar_changed_successfully" : "Profil fotoğrafı başarı yla değiştirildi!" ,
"Avatar_Url" : "Profil fotoğrafı URL'si" ,
"Away" : "Uzakta" ,
"Back" : "Geri" ,
"Black" : "Koyu" ,
"Block_user" : "Kullanı cı yı engelle" ,
"Browser" : "Tarayı cı " ,
"Broadcast_channel_Description" : "Yalnı zca yetkili kullanı cı lar yeni ileti yazabilir, ancak diğer kullanı cı lar yanı t verebilir" ,
"Broadcast_Channel" : "Kanala Yayı nla" ,
"Busy" : "Meşgul" ,
"By_proceeding_you_are_agreeing" : "Devam ederek kabul ediyorsunuz: " ,
"Cancel_editing" : "Düzenlemeyi iptal et" ,
"Cancel_recording" : "Kaydı iptal et" ,
"Cancel" : "İptal et" ,
"changing_avatar" : "profil fotoğrafı değiştirme" ,
"creating_channel" : "kanal açı lı yor" ,
"creating_invite" : "davet üretiliyor" ,
"Channel_Name" : "Kanal Adı " ,
"Channels" : "Kanallar" ,
"Chats" : "Sohbetler" ,
"Call_already_ended" : "Çağrı sona erdi!" ,
"Clear_cookies_alert" : "Tüm çerezleri temizlemek istiyor musunuz?" ,
"Clear_cookies_desc" : "Bu işlem, tüm oturum açma çerezlerini temizleyerek diğer hesaplara giriş yapmanı za olanak tanı r." ,
"Clear_cookies_yes" : "Evet, çerezleri temizle" ,
"Clear_cookies_no" : "Hayı r, çerezleri koru" ,
"Click_to_join" : "Katı lmak için tı klayı n!" ,
"Close" : "Kapat" ,
"Close_emoji_selector" : "Emoji seçiciyi kapat" ,
"Closing_chat" : "Sohbet kapatı lı yor" ,
"Change_language_loading" : "Dil değiştiriliyor" ,
"Chat_closed_by_agent" : "Sohbet temsilci tarafı ndan kapatı ldı " ,
"Choose" : "Seç" ,
"Choose_from_library" : "Kütüphaneden seç" ,
"Choose_file" : "Dosya seç" ,
"Choose_where_you_want_links_be_opened" : "Bağlantı ları n açı lması nı istediğiniz yeri seçin" ,
"Code" : "Kod" ,
"Code_or_password_invalid" : "Kod veya şifre geçersiz" ,
"Collaborative" : "İşbirlikçi" ,
"Confirm" : "Onayla" ,
"Connect" : "Bağlan" ,
"Connected" : "Bağlandı " ,
"connecting_server" : "sunucuya bağlanı yor" ,
"Connecting" : "Bağlanı yor..." ,
"Contact_us" : "Bize ulaşı n" ,
"Contact_your_server_admin" : "Sunucu yöneticisiyle iletişime geçin." ,
"Continue_with" : "Devam et:" ,
"Copied_to_clipboard" : "Panoya kopyalandı !" ,
"Copy" : "Kopyala" ,
"Conversation" : "Sohbet" ,
"Permalink" : "Kalı cı bağlantı " ,
"Certificate_password" : "Sertifika Şifresi" ,
"Clear_cache" : "Yerel sunucu önbelleğini temizleyin" ,
"Clear_cache_loading" : "Önbellek temizleniyor." ,
"Whats_the_password_for_your_certificate" : "Sertifikanı zı n şifresi nedir?" ,
"Create_account" : "Hesap oluştur" ,
"Create_Channel" : "Kanal Oluştur" ,
"Create_Direct_Messages" : "Özel İleti Oluştur" ,
"Create_Discussion" : "Tartı şma Oluştur" ,
"Created_snippet" : "kalı p oluşturdu" ,
"Create_a_new_workspace" : "Çalı şma alanı oluştur" ,
"Create" : "Oluştur" ,
"Custom_Status" : "Özelleştirilmiş durum" ,
"Dark" : "Karanlı k" ,
"Dark_level" : "Karanlı k Seviyesi" ,
"Default" : "Varsayı lan" ,
"Default_browser" : "Varsayı lan tarayı cı " ,
"Delete_Room_Warning" : "Bir odanı n silinmesi, oda içinde yayı nlanan tüm iletileri silecektir. Bu geri alı namaz." ,
"Department" : "Bölüm" ,
"delete" : "sil" ,
"Delete" : "Sil" ,
"DELETE" : "SİL" ,
"deleting_room" : "oda siliniyor" ,
"description" : "açı klama" ,
"Description" : "Açı klama" ,
"Desktop_Options" : "Masaüstü Seçenekleri" ,
"Desktop_Notifications" : "Masaüstü Bildirimleri" ,
"Desktop_Alert_info" : "Bu bildirimler masaüstünde teslim edilir" ,
"Directory" : "Dizin" ,
"Direct_Messages" : "Özel İletiler" ,
"Disable_notifications" : "Bildirimleri devre dı şı bı rak" ,
"Discussions" : "Tartı şmalar" ,
"Discussion_Desc" : "Neler olup bittiğini gözden geçirmeye yardı mcı olun! Bir tartı şma oluşturarak, seçtiğinizin bir alt kanalı oluşturulur ve her ikisi de bağlanı r." ,
"Discussion_name" : "Tartı şma adı " ,
"Done" : "Tamamlandı " ,
"Dont_Have_An_Account" : "Hesabı n yok mu?" ,
"Do_you_have_an_account" : "Hesabı n var mı ?" ,
"Do_you_have_a_certificate" : "Sertifikanı z var mı ?" ,
"Do_you_really_want_to_key_this_room_question_mark" : "Bu odayı gerçekten {{key}} istiyor musun?" ,
"E2E_Encryption" : "Uçtan Uca Şifreleme (E2E)" ,
"E2E_How_It_Works_info1" : "Artı k şifrelenmiş özel gruplar ve doğrudan iletiler oluşturabilirsiniz. Mevcut özel grupları veya özel iletileri şifreli olarak da değiştirebilirsiniz." ,
"E2E_How_It_Works_info2" : "Bu, *Uçtan Uca Şifreleme'dir (E2E)*, böylece iletilerinizi şifrelemek / çözmek için anahtar ve bunlar sunucuya kaydedilmez. Bu nedenle *bu şifreyi daha sonra ihtiyaç duyduğunuzda erişebileceğiniz güvenli bir yerde* saklamanı z gerekir." ,
"E2E_How_It_Works_info3" : "Devam ederseniz, otomatik olarak bir Uçtan Uca Şifreleme (E2E) şifresi oluşturulacaktı r." ,
"E2E_How_It_Works_info4" : "Mevcut Uçtan Uca Şifreleme (E2E) şifresini, herhangi bir tarayı cı dan istediğiniz zaman girdiğiniz şifreleme anahtarı nı z için yeni bir şifre de ayarlayabilirsiniz." ,
"edit" : "düzenle" ,
"edited" : "düzenlendi" ,
"Edit" : "Düzenle" ,
"Edit_Status" : "Durumu Düzenle" ,
"Edit_Invite" : "Daveti Düzenle" ,
"End_to_end_encrypted_room" : "Uçtan uca şifreli oda" ,
"end_to_end_encryption" : "uçtan uca şifreleme" ,
"Email_Notification_Mode_All" : "Tüm Bahsetmeler/Özel İletiler" ,
"Email_Notification_Mode_Disabled" : "Devre Dı şı " ,
"Email_or_password_field_is_empty" : "E-posta veya şifre alanı boş" ,
"Email" : "E-posta" ,
"email" : "e-posta" ,
"Empty_title" : "Boş başlı k" ,
"Enable_Auto_Translate" : "Otomatik Çeviriyi Etkinleştir" ,
"Enable_notifications" : "Bildirimleri etkinleştir" ,
"Encrypted" : "Şifreli" ,
"Encrypted_message" : "Şifreli ileti" ,
"Enter_Your_E2E_Password" : "Uçtan Uca Şifreleme (E2E) Şifrenizi Girin" ,
"Enter_Your_Encryption_Password_desc1" : "Bu, şifrelenmiş özel grupları nı za ve doğrudan iletilerinize erişmenize izin verecektir." ,
"Enter_Your_Encryption_Password_desc2" : "Sohbeti kullandı ğı nı z her yerde iletileri şifrelemek / çözmek için şifre girmeniz gerekir." ,
"Encryption_error_title" : "Şifreleme şifreniz yanlı ş görünüyor" ,
"Encryption_error_desc" : "İçe aktarı lacak şifreleme anahtarı nı zı n kodu çözülemedi." ,
"Everyone_can_access_this_channel" : "Bu kanala herkes erişebilir" ,
"Error_uploading" : "Yükleme hatası " ,
"Expiration_Days" : "Geçerlilik Süresi (Gün)" ,
"Favorite" : "Favori" ,
"Favorites" : "Favoriler" ,
"Files" : "Dosyalar" ,
"File_description" : "Dosya açı klaması " ,
"File_name" : "Dosya adı " ,
"Finish_recording" : "Kaydı bitir" ,
"Following_thread" : "Konu takip ediliyor" ,
"For_your_security_you_must_enter_your_current_password_to_continue" : "Güvenliğiniz için, devam etmek için mevcut şifrenizi girmelisiniz" ,
"Forgot_password_If_this_email_is_registered" : "Bu e-posta kayı tlı ysa, şifrenizi nası l sı fı rlayacağı nı za dair talimatlar göndereceğiz. Kı sa süre içinde bir e-posta almazsanı z, lütfen geri gelin ve tekrar deneyin." ,
"Forgot_password" : "Parolanı zı mı unuttunuz?" ,
"Forgot_Password" : "Parolamı Unuttum" ,
"Forward" : "İlet" ,
"Forward_Chat" : "Sohbete İlet" ,
"Forward_to_department" : "Bölüme İlet" ,
"Forward_to_user" : "Kullanı cı ya İlet" ,
"Full_table" : "Tam tabloyu görmek için tı klayı n" ,
"Generate_New_Link" : "Yeni Bağlantı Oluştur" ,
"Group_by_favorites" : "Favorilere göre grupla" ,
"Group_by_type" : "Türe göre grupla" ,
"Hide" : "Gizle" ,
"Has_joined_the_channel" : "kanala katı ldı " ,
"Has_joined_the_conversation" : "sohbete katı ldı " ,
"Has_left_the_channel" : "kanaldan ayrı ldı " ,
"Hide_System_Messages" : "Sistem İletilerı nı Gizle" ,
"Hide_type_messages" : "\"{{type}}\" iletilerini gizle" ,
"How_It_Works" : "Nası l Çalı şı r" ,
"Message_HideType_uj" : "Kullanı cı Katı ldı " ,
"Message_HideType_ul" : "Kullanı cı Ayrı ldı " ,
"Message_HideType_ru" : "Kullanı cı Kaldı rı ldı " ,
"Message_HideType_au" : "Kullanı cı Eklendi" ,
"Message_HideType_mute_unmute" : "Kullanı cı Sesi Kapatı ldı / Sesi Açı ldı " ,
"Message_HideType_r" : "Oda Adı Değiştirildi" ,
"Message_HideType_ut" : "Kullanı cı Sohbete Katı ldı " ,
"Message_HideType_wm" : "Hoşgeldiniz" ,
"Message_HideType_rm" : "İleti Kaldı rı ldı " ,
"Message_HideType_subscription_role_added" : "Rol Belirlendi" ,
"Message_HideType_subscription_role_removed" : "Artı k Kullanı lmayan Rol" ,
"Message_HideType_room_archived" : "Oda Arşivlendi" ,
"Message_HideType_room_unarchived" : "Oda Arşivden Çı karı ldı " ,
"I_Saved_My_E2E_Password" : "Uçtan Uca Şifreleme (E2E) Şifremi Kaydettim" ,
"IP" : "IP" ,
"In_app" : "Uygulama İçi" ,
"In_App_And_Desktop" : "Uygulama İçi ve Masaüstü" ,
"In_App_and_Desktop_Alert_info" : "Uygulama açı kken ekranı n üst kı smı nda bir başlı k görüntüler ve masaüstünde bir bildirim görüntüler" ,
"Invisible" : "Görünmez" ,
"Invite" : "Davet Et" ,
"is_a_valid_RocketChat_instance" : "geçerli bir Rocket.Chat örneği" ,
"is_not_a_valid_RocketChat_instance" : "geçerli bir Rocket.Chat örneği değil" ,
"is_typing" : "yazı yor" ,
"Invalid_or_expired_invite_token" : "Geçersiz veya süresi dolmuş davet belirteci (token)" ,
"Invalid_server_version" : "Bağlanmaya çalı ştı ğı nı z sunucu artı k uygulama tarafı ndan desteklenmeyen bir sürüm kullanı yor: {{currentVersion}}.\n\n{{minVersion}} sürümüne ihtiyacı mı z var" ,
"Invite_Link" : "Davet Bağlantı sı " ,
"Invite_users" : "Kullanı cı ları davet et" ,
"Join" : "Katı l" ,
"Join_Code" : "Katı lı m Kodu" ,
"Insert_Join_Code" : "Katı lı m Kodu Girin" ,
"Join_our_open_workspace" : "Açı k çalı şma alanı mı za katı lı n" ,
"Join_your_workspace" : "Çalı şma alanı nı za katı lı n" ,
"Just_invited_people_can_access_this_channel" : "Yalnı zca davet edilen kişiler bu kanala erişebilir" ,
"Language" : "Dil" ,
"last_message" : "son ileti" ,
"Leave_channel" : "Kanaldan ayrı l" ,
"leaving_room" : "odadan ayrı lı yor" ,
2021-06-15 20:13:42 +00:00
"Leave" : "Odadan ayrı l" ,
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
"leave" : "ayrı l" ,
"Legal" : "Yasal" ,
"Light" : "Açı k" ,
"License" : "Lisans" ,
"Livechat" : "Canlı Sohbet" ,
"Livechat_edit" : "Canlı sohbeti düzenle" ,
"Login" : "Oturum aç" ,
"Login_error" : "Kimlik bilgileriniz reddedildi! Lütfen tekrar deneyin." ,
"Login_with" : "ile giriş" ,
"Logging_out" : "Çı kı ş Yapı lı yor" ,
"Logout" : "Çı kı ş Yap" ,
"Max_number_of_uses" : "Maksimum kullanı m sayı sı " ,
"Max_number_of_users_allowed_is_number" : "İzin verilen maksimum kullanı cı sayı sı {{maxUsers}}" ,
"members" : "üyeler" ,
"Members" : "Üyeler" ,
"Mentioned_Messages" : "Bahsedilen İletiler" ,
"mentioned" : "bahsedildi" ,
"Mentions" : "Bahsetmeler" ,
"Message_accessibility" : "{{user}} tarafı ndan {{time}} itibarı yla ileti: {{message}}" ,
"Message_actions" : "İleti işlemleri" ,
"Message_pinned" : "İleti sabitlendi" ,
"Message_removed" : "İleti kaldı rı ldı " ,
"Message_starred" : "İletia yı ldı z eklendi" ,
"Message_unstarred" : "İletiı n yı ldı zı kaldı rı ldı " ,
"message" : "ileti" ,
"messages" : "iletiler" ,
"Message" : "İleti" ,
"Messages" : "İletiler" ,
"Message_Reported" : "İleti bildirildi" ,
"Microphone_Permission_Message" : "Rocket.Chat'in mikrofonunuza erişmesi gerekiyor, böylece sesli ileti gönderebilirsiniz." ,
"Microphone_Permission" : "Mikrofon İzni" ,
"Mute" : "Sessize Al" ,
"muted" : "sessize alı ndı " ,
"My_servers" : "Sunucuları m" ,
"N_people_reacted" : "{{n}} kişi tepki verdi" ,
"N_users" : "{{n}} kullanı cı " ,
"name" : "isim" ,
"Name" : "İsim" ,
"Navigation_history" : "Gezinti geçmişi" ,
"Never" : "Asla" ,
"New_Message" : "Yeni İleti" ,
"New_Password" : "Yeni Şifre" ,
"New_Server" : "Yeni Sunucu" ,
"Next" : "Sonraki" ,
"No_files" : "Dosya yok" ,
"No_limit" : "Limit yok" ,
"No_mentioned_messages" : "Belirtilen ileti yok" ,
"No_pinned_messages" : "Sabitlenmiş ileti yok" ,
"No_results_found" : "Sonuç bulunamadı " ,
"No_starred_messages" : "Yı ldı zlı ileti yok" ,
"No_thread_messages" : "Konu iletisi yok" ,
"No_label_provided" : "Hiç {{label}} sağlanmadı ." ,
"No_Message" : "İleti Yok" ,
"No_messages_yet" : "Şu ana kadar ileti yok" ,
"No_Reactions" : "Tepki Yok" ,
"No_Read_Receipts" : "Okundu Bilgisi Yok" ,
"Not_logged" : "Kayı tlı değil" ,
"Not_RC_Server" : "Bu bir Rocket.Chat sunucusu değil.\n{{contact}}" ,
"Nothing" : "Hiçbir Şey" ,
"Nothing_to_save" : "Kaydedilecek bir şey yok!" ,
"Notify_active_in_this_room" : "Bu odadaki çevrimiçi kullanı cı ları bilgilendir" ,
"Notify_all_in_this_room" : "Bu odadaki herkesi bilgilendir" ,
"Notifications" : "Bildirimler" ,
"Notification_Duration" : "Bildirim Süresi" ,
"Notification_Preferences" : "Bildirim Tercihleri" ,
"No_available_agents_to_transfer" : "Aktarı lacak yemsilci yok" ,
"Offline" : "Çevrimdı şı " ,
"Oops" : "Ahh!" ,
"Omnichannel" : "Çoklu Kanal" ,
"Open_Livechats" : "Devam Eden Sohbetler" ,
"Omnichannel_enable_alert" : "Çoklu Kanal'da mevcut değilsiniz. Erişilebilir olmak ister misiniz?" ,
"Onboarding_description" : "Çalı şma alanı , ekibinizin veya kuruluşunuzun işbirliği alanı dı r. Çalı şma alanı yöneticisinden bir ekibe katı lmak veya bir ekip oluşturmak için yardı m isteyin." ,
"Onboarding_join_workspace" : "Bir çalı şma alanı na katı lı n" ,
"Onboarding_subtitle" : "Ekip İşbirliğinin Ötesinde" ,
"Onboarding_title" : "Rocket.Chat'e hoş geldiniz" ,
"Onboarding_join_open_description" : "Rocket.Chat ekibi ve topluluğu ile sohbet etmek için açı k çalı şma alanı mı za katı lı n." ,
"Onboarding_agree_terms" : "Devam ederek Rocket.Chat'i kabul etmiş olursunuz" ,
"Onboarding_less_options" : "Daha az seçenek" ,
"Onboarding_more_options" : "Daha çok seçenek" ,
"Online" : "Çevrimiçi" ,
"Only_authorized_users_can_write_new_messages" : "Yalnı zca yetkili kullanı cı lar yeni ileti yazabilir" ,
"Open_emoji_selector" : "Emoji seçiciyi aç" ,
"Open_Source_Communication" : "Açı k Kaynak İletişim" ,
"Open_your_authentication_app_and_enter_the_code" : "Kimlik doğrulama uygulamanı zı açı n ve kodu girin." ,
"OR" : "OR" ,
"OS" : "OS" ,
"Overwrites_the_server_configuration_and_use_room_config" : "Sunucu yapı landı rması nı n üzerine yazar ve oda yapı landı rması nı kullanı r" ,
"Password" : "Şifre" ,
"Parent_channel_or_group" : "Üst kanal veya grup" ,
"Permalink_copied_to_clipboard" : "Kalı cı bağlantı panoya kopyalandı !" ,
"Phone" : "Telefon" ,
"Pin" : "Sabitle" ,
"Pinned_Messages" : "Sabitlenen İletiler" ,
"pinned" : "sabitlendi" ,
"Pinned" : "Sabitlendi" ,
"Please_add_a_comment" : "Lütfen bir yorum ekleyin" ,
"Please_enter_your_password" : "Lütfen şifrenizi giriniz" ,
"Please_wait" : "Lütfen bekle." ,
"Preferences" : "Tercihler" ,
"Preferences_saved" : "Tercihler kaydedildi!" ,
"Privacy_Policy" : " Privacy Policy" ,
"Private_Channel" : "Özel Kanal" ,
"Private" : "Özel" ,
"Processing" : "İşleniyor..." ,
"Profile_saved_successfully" : "Profil başarı yla kaydedildi!" ,
"Profile" : "Profil" ,
"Public_Channel" : "Herkese Açı k Kanal" ,
"Public" : "Herkese Açı k" ,
"Push_Notifications" : "Anlı k Bildirimler" ,
"Push_Notifications_Alert_Info" : "Bu bildirimler, uygulama açı k olmadı ğı nda size teslim edilir" ,
"Quote" : "Alı ntı " ,
"Reactions_are_disabled" : "Tepkiler devre dı şı bı rakı ldı " ,
"Reactions_are_enabled" : "Tepkiler etkinleştirildi" ,
"Reactions" : "Tepkiler" ,
"Read" : "Oku" ,
"Read_External_Permission_Message" : "Rocket.Chat'in cihazı nı zdaki fotoğraflara, medyaya ve dosyalara erişmesi gerekiyor" ,
"Read_External_Permission" : "Medya Okuma İzni " ,
"Read_Only_Channel" : "Yazma Kı sı tlı Kanal" ,
"Read_Only" : "Yazma Kı sı tlı " ,
"Read_Receipt" : "Okundu Bilgisi" ,
"Receive_Group_Mentions" : "Grup Bahsetmelerini Al" ,
"Receive_Group_Mentions_Info" : "Grup bahsetmelerini al" ,
"Register" : "Kayı t Ol" ,
"Repeat_Password" : "Şifre Tekrarı " ,
"Replied_on" : "Yanı tlandı :" ,
"replies" : "yanı tlar" ,
"reply" : "yanı tla" ,
"Reply" : "Yanı tla" ,
"Report" : "Bildir" ,
"Receive_Notification" : "Bildirim Al" ,
"Receive_notifications_from" : "{{name}} bildirimlerini alı n" ,
"Resend" : "Yeniden yolla" ,
"Reset_password" : "Şifre sı fı rla" ,
"resetting_password" : "şifre sı fı rlanı yor" ,
"RESET" : "SIFIRLA" ,
"Return" : "Geri dön" ,
"Review_app_title" : "Uygulama hoşunuza gitti mi?" ,
"Review_app_desc" : "{{store}} üzerinde bize 5 yı ldı z verin" ,
"Review_app_yes" : "Elbette!" ,
"Review_app_no" : "Hayı r" ,
"Review_app_later" : "Belki daha sonra" ,
"Review_app_unable_store" : "{{store}} açı lamı yor!" ,
"Review_this_app" : "Bu uygulamayı değerlendirin" ,
"Remove" : "Kaldı r" ,
"Roles" : "Roller" ,
"Room_actions" : "Oda işlemleri" ,
"Room_changed_announcement" : "Oda duyurusu, {{userBy}} tarafı ndan {{announcement}} olarak değiştirildi" ,
"Room_changed_avatar" : "Oda profil fotoğrafı {{userBy}} tarafı ndan değiştirildi" ,
"Room_changed_description" : "Oda açı klaması , {{userBy}} tarafı ndan {{description}} olarak değiştirildi" ,
"Room_changed_topic" : "Oda konusu, {{userBy}} tarafı ndan {{topic}} olarak değiştirildi" ,
"Room_Files" : "Oda Dosyaları " ,
"Room_Info_Edit" : "Oda Bilgilerini Düzenle" ,
"Room_Info" : "Oda Bilgisi" ,
"Room_Members" : "Oda Üyeleri" ,
"Room_name_changed" : "Oda adı , {{userBy}} tarafı ndan {{name}} olarak değiştirildi" ,
"SAVE" : "KAYDET" ,
"Save_Changes" : "Değişiklikleri Kaydet" ,
"Save" : "Kaydet" ,
"Saved" : "Kaydedildi" ,
"saving_preferences" : "tercihler kaydediliyor" ,
"saving_profile" : "profil kaydediliyor" ,
"saving_settings" : "ayarlar kaydediliyor" ,
"saved_to_gallery" : "Galeriye kaydedildi" ,
"Save_Your_E2E_Password" : "(E2E) Şifrenizi Kaydedin" ,
"Save_Your_Encryption_Password" : "Şifreleme Parolanı zı Kaydedin" ,
"Save_Your_Encryption_Password_warning" : "Bu parola hiçbir yerde saklanmadı ğı ndan başka bir yere dikkatlice kaydedin." ,
"Save_Your_Encryption_Password_info" : "Parolanı zı kaybettiğinizde, kurtarmanı n bir yolu olmadı ğı nı ve iletilerinize erişiminizi kaybedeceğinizi unutmayı n." ,
"Search_Messages" : "İleti ara" ,
"Search" : "Ara" ,
"Search_by" : "Ara" ,
"Search_global_users" : "Global kullanı cı ları ara" ,
"Search_global_users_description" : "Açarsanı z, diğer şirketlerden veya sunuculardan herhangi bir kullanı cı yı arayabilirsiniz." ,
"Seconds" : "{{second}} saniye" ,
"Security_and_privacy" : "Güvenlik ve gizlilik" ,
"Select_Avatar" : "Profil resmi seç" ,
"Select_Server" : "Sunucu seç" ,
"Select_Users" : "Kullanı cı ları seç" ,
"Select_a_Channel" : "Kanal Seç" ,
"Select_a_Department" : "Bölüm Seç" ,
"Select_an_option" : "Bir seçenek seçin" ,
"Select_a_User" : "Kullanı cı Seç" ,
"Send" : "Yolla" ,
"Send_audio_message" : "Sesli ileti gönder" ,
"Send_crash_report" : "Çökme raporu gönder" ,
"Send_message" : "İleti gönder" ,
"Send_me_the_code_again" : "Kodu tekrar gönder" ,
"Send_to" : "Gönderiliyor..." ,
"Sending_to" : "Gönderiliyor:" ,
"Sent_an_attachment" : "Bir ek gönderildi" ,
"Server" : "Sunucu" ,
"Servers" : "Sunucular" ,
"Server_version" : "Sunucu versiyonu: {{version}}" ,
"Set_username_subtitle" : "Kullanı cı adı başkaları nı n iletilerde sizden bahsetmesine izin vermek için kullanı lı r" ,
"Set_custom_status" : "Özelleştirilmiş durumu ayarlayı n" ,
"Set_status" : "Durumu ayarla" ,
"Status_saved_successfully" : "Durum başarı yla kaydedildi!" ,
"Settings" : "Ayarlar" ,
"Settings_succesfully_changed" : "Ayarlar başarı yla değiştirildi!" ,
"Share" : "Paylaş" ,
"Share_Link" : "Bağlantı paylaş" ,
"Share_this_app" : "Bu uygulamayı paylaş" ,
"Show_more" : "Daha fazla göster.." ,
"Show_Unread_Counter" : "Okunmamı ş Sayacı nı Göster" ,
"Show_Unread_Counter_Info" : "Okunmamı ş sayacı , listede kanalı n sağ tarafı nda bir rozet olarak görüntülenir" ,
"Sign_in_your_server" : "Sunucunuzda oturum açı n" ,
"Sign_Up" : "Kaydol" ,
"Some_field_is_invalid_or_empty" : "Bazı alanlar geçersiz veya boş" ,
"Sorting_by" : "{{key}} göre sı ralanı yor" ,
"Sound" : "Ses" ,
"Star_room" : "Odayı Yı ldı zla" ,
"Star" : "Yı ldı zla" ,
"Starred_Messages" : "Yı ldı zlı İletiler" ,
"starred" : "yı ldı zlandı " ,
"Starred" : "Yı ldı zlandı " ,
"Start_of_conversation" : "Konuşma başlangı cı " ,
"Start_a_Discussion" : "Tartı şma Başlat" ,
"Started_discussion" : "Bir tartı şma başlattı :" ,
"Started_call" : "Arama {{userBy}} tarafı ndan başlatı ldı " ,
"Submit" : "Kaydet" ,
"Table" : "Tablo" ,
"Tags" : "Etiketler" ,
"Take_a_photo" : "Fotoğraf çek" ,
"Take_a_video" : "Video çek" ,
"Take_it" : "Al!" ,
"tap_to_change_status" : "durumu değiştirmek için dokunun" ,
"Tap_to_view_servers_list" : "Sunucu listesini görüntülemek için dokunun" ,
"Terms_of_Service" : " Kullanı m Şartları " ,
"Theme" : "Tema" ,
"The_user_wont_be_able_to_type_in_roomName" : "Kullanı cı {{roomName}} içinde yazamayacak" ,
"The_user_will_be_able_to_type_in_roomName" : "Kullanı cı {{roomName}} içinde yazabilecek" ,
"There_was_an_error_while_action" : "{{action}} sı rası nda bir hata oluştu!" ,
"This_room_is_blocked" : "Bu oda engellendi" ,
"This_room_is_read_only" : "Bu oda yazma kı sı tlı " ,
"Thread" : "Başlı k" ,
"Threads" : "Başlı klar" ,
"Timezone" : "Saat dilimi" ,
"To" : "Kime" ,
"topic" : "konu" ,
"Topic" : "Konu" ,
"Translate" : "Çevir" ,
"Try_again" : "Tekrar deneyin" ,
"Two_Factor_Authentication" : "İki faktörlü Kimlik Doğrulama" ,
"Type_the_channel_name_here" : "Kanal adı nı buraya yazı n" ,
"unarchive" : "arşivden çı kar" ,
"UNARCHIVE" : "ARŞİVDEN ÇIKAR" ,
"Unblock_user" : "Kullanı cı nı n engelini kaldı r" ,
"Unfavorite" : "Favorilerden Çı kar" ,
"Unfollowed_thread" : "Takip edilmeyen başlı k" ,
"Unmute" : "Sesi Aç" ,
"unmuted" : "Sesi Açı ldı " ,
"Unpin" : "Sabitlemeyi kaldı r" ,
"unread_messages" : "okunmamı ş" ,
"Unread" : "Okunmamı ş" ,
"Unread_on_top" : "Okunmamı şlar üstte" ,
"Unstar" : "Yı ldı zı kaldı r" ,
"Updating" : "Güncelleniyor..." ,
"Uploading" : "Gönderiliyor" ,
"Upload_file_question_mark" : "Dosya gönderilsin mi?" ,
"User" : "Kullanı cı " ,
"Users" : "Kullanı cı lar" ,
"User_added_by" : "{{userAdded}} adlı kullanı cı {{userBy}} tarafı ndan eklendi" ,
"User_Info" : "Kullanı cı bilgisi" ,
"User_has_been_key" : "Kullanı cı {{key}} olmuştur" ,
"User_is_no_longer_role_by_" : "{{user}} artı k {{role}} değil ({{userBy}} tarafı ndan)" ,
"User_muted_by" : "{{userMuted}} adlı kullanı cı nı n sesini {{userBy}} kapattı " ,
"User_removed_by" : "{{userRemoved}} kullanı cı sı {{userBy}} tarafı ndan kaldı rı ldı " ,
"User_sent_an_attachment" : "{{user}} bir ek gönderdi" ,
"User_unmuted_by" : "{{userUnmuted}} kullanı cı sı nı n sesi {{userBy}} tarafı ndan açı ldı " ,
"User_was_set_role_by_" : "{{user}}, {{userBy}} tarafı ndan {{role}} ayarlandı " ,
"Username_is_empty" : "Kullanı cı adı boş!" ,
"Username" : "Kullanı cı adı " ,
"Username_or_email" : "Kullanı cı adı ya da e-posta" ,
"Uses_server_configuration" : "Sunucu yapı landı rması nı kullanı r" ,
"Validating" : "Doğrulanı yor" ,
"Registration_Succeeded" : "Kayı t Başarı lı !" ,
"Verify" : "Onayla" ,
"Verify_email_title" : "Kaydı nı zı onaylayı n!" ,
"Verify_email_desc" : "Kaydı nı zı onaylamak için size bir e-posta gönderdik. Kı sa süre içinde bir e-posta almazsanı z, lütfen geri gelin ve tekrar deneyin." ,
"Verify_your_email_for_the_code_we_sent" : "Gönderdiğimiz kod için e-postanı zı doğrulayı n" ,
"Video_call" : "Görüntülü arama" ,
"View_Original" : "Orijinali Görüntüle" ,
"Voice_call" : "Sesli arama" ,
"Waiting_for_network" : "Ağ bağlantı sı bekleniyor ..." ,
"Websocket_disabled" : "Bu sunucu için Websocket devre dı şı bı rakı ldı .\n{{contact}}" ,
"Welcome" : "Hoşgeldiniz" ,
"What_are_you_doing_right_now" : "Şu an ne yapı yorsun?" ,
"Whats_your_2fa" : "2 faktör doğrulama (2FA) kodunuz nedir?" ,
"Without_Servers" : "Sunucusuz" ,
"Workspaces" : "Çalı şma alanları " ,
"Would_you_like_to_return_the_inquiry" : "Başvuruyu geri çevirmek ister misiniz?" ,
"Write_External_Permission_Message" : "Rocket.Chat'in galerinize erişmesi gerekiyor, böylece resimleri kaydedebilirsiniz." ,
"Write_External_Permission" : "Galeri İzni" ,
"Yes" : "Evet" ,
"Yes_action_it" : "Evet, {{action}}!" ,
"Yesterday" : "Dün" ,
"You_are_in_preview_mode" : "İzleme modundası nı z" ,
"You_are_offline" : "Çevrimdı şı sı nı z" ,
"You_can_search_using_RegExp_eg" : "Düzenli ifadeleri (Regular Expressions) kullanabilirsiniz. Örneğin: `/^text$/i`" ,
"You_colon" : "Siz: " ,
"you_were_mentioned" : "senden bahsedildi" ,
"You_were_removed_from_channel" : "{{channel}} kanalı ndan çı karı ldı nı z" ,
"you" : "siz" ,
"You" : "Siz" ,
"Logged_out_by_server" : "Sunucu tarafı ndan çı kı ş yaptı nı z. Lütfen tekrar giriş yapı n." ,
"You_need_to_access_at_least_one_RocketChat_server_to_share_something" : "Bir şeyler paylaşmak için Rocket.Chat sunucusuna erişmeniz gerekir." ,
"You_need_to_verifiy_your_email_address_to_get_notications" : "Bildirim almak için e-posta adresinizi doğrulamanı z gerekiyor" ,
"Your_certificate" : "Sertifikanı z" ,
"Your_invite_link_will_expire_after__usesLeft__uses" : "Davet bağlantı nı zı n geçerliliği {{usesLeft}} kullanı mdan sonra sona erecek." ,
"Your_invite_link_will_expire_on__date__or_after__usesLeft__uses" : "Davet bağlantı nı zı n geçerliliği {{date}} tarihinde veya {{usesLeft}} kullanı mdan sonra sona erecek." ,
"Your_invite_link_will_expire_on__date__" : "Davet bağlantı nı zı n geçerlilik süresi {{date}} tarihinde sona erecek." ,
"Your_invite_link_will_never_expire" : "Davet bağlantı nı zı n geçerlilik süresi asla dolmayacak." ,
"Your_workspace" : "Çalı şma alanı nı z" ,
"Your_password_is" : "Şifreniz" ,
"Version_no" : "Versiyon: {{version}}" ,
"You_will_not_be_able_to_recover_this_message" : "Bu iletiyi kurtaramayacaksı nı z!" ,
"You_will_unset_a_certificate_for_this_server" : "Bu sunucu için bir sertifika ayarı nı kaldı racaksı nı z" ,
"Change_Language" : "Dili değiştir" ,
"Crash_report_disclaimer" : "Sohbetlerinizin içeriğini asla takip etmiyoruz. Çökme raporu ve analiz olayları , sorunları tanı mlamak ve düzeltmek için yalnı zca bizim için ilgili bilgileri içerir." ,
"Type_message" : "İleti yaz" ,
"Room_search" : "Oda arama" ,
"Room_selection" : "Oda seçimi 1...9" ,
"Next_room" : "Sonraki oda" ,
"Previous_room" : "Önceki oda" ,
"New_room" : "Yeni oda" ,
"Upload_room" : "Odaya yükle" ,
"Search_messages" : "İletilerda ara" ,
"Scroll_messages" : "İletilerı kaydı r" ,
"Reply_latest" : "Sonuncuyu yanı tla" ,
"Reply_in_Thread" : "Konu içinde cevapla" ,
"Server_selection" : "Sunucu seçimi" ,
"Server_selection_numbers" : "Sunucu seçimi 1...9" ,
"Add_server" : "Sunucu ekle" ,
"New_line" : "Yeni satı r" ,
"You_will_be_logged_out_of_this_application" : "Bu uygulamadan çı kı ş yapacaksı nı z." ,
"Clear" : "Temizle" ,
"This_will_clear_all_your_offline_data" : "Bu, tüm çevrimdı şı verilerinizi temizleyecektir." ,
"This_will_remove_all_data_from_this_server" : "Bu, bu sunucudaki tüm verileri kaldı racaktı r." ,
"Mark_unread" : "Okunmadı olarak işaretle" ,
"Wait_activation_warning" : "Giriş yapmadan önce, hesabı nı z bir yönetici tarafı ndan manuel olarak etkinleştirilmelidir." ,
"Screen_lock" : "Ekran kilidi" ,
"Local_authentication_biometry_title" : "Doğrula" ,
"Local_authentication_biometry_fallback" : "Parola kullan" ,
"Local_authentication_unlock_option" : "Şifre ile Kilidi Açı n" ,
"Local_authentication_change_passcode" : "Parolayı Değiştir" ,
"Local_authentication_info" : "Not: Parolayı unutursanı z, uygulamayı silmeniz ve yeniden yüklemeniz gerekir." ,
"Local_authentication_facial_recognition" : "yüz tanı ma" ,
"Local_authentication_fingerprint" : "parmak izi" ,
"Local_authentication_unlock_with_label" : "{{label}} ile kilidi açı n" ,
"Local_authentication_auto_lock_60" : "1 dakika sonra" ,
"Local_authentication_auto_lock_300" : "5 dakika sonra" ,
"Local_authentication_auto_lock_900" : "15 dakika sonra" ,
"Local_authentication_auto_lock_1800" : "30 dakika sonra" ,
"Local_authentication_auto_lock_3600" : "1 saat sonra" ,
"Passcode_enter_title" : "Şifrenizi giriniz" ,
"Passcode_choose_title" : "Yeni şifrenizi yazı n" ,
"Passcode_choose_confirm_title" : "Yeni şifrenizi onaylayı n" ,
"Passcode_choose_error" : "Parolalar eşleşmiyor. Tekrar deneyin." ,
"Passcode_choose_force_set" : "Yönetici tarafı ndan istenen şifre" ,
"Passcode_app_locked_title" : "Uygulama kilitlendi" ,
"Passcode_app_locked_subtitle" : "{{timeLeft}} saniye içinde tekrar deneyin" ,
"After_seconds_set_by_admin" : "{{seconds}} saniye sonra (yönetici tarafı ndan belirlenir)" ,
"Dont_activate" : "Şimdi etkinleştirme" ,
"Queued_chats" : "Sı ralı sohbetler" ,
"Queue_is_empty" : "Sı ra boş" ,
"Logout_from_other_logged_in_locations" : "Giriş yapı lan diğer konumlardan çı kı ş yap" ,
"You_will_be_logged_out_from_other_locations" : "Diğer konumlardan çı kı ş yapacaksı nı z." ,
"Logged_out_of_other_clients_successfully" : "Diğer istemcilerden başarı yla çı kı ş yapı ldı " ,
"Logout_failed" : "Oturum kapatma başarı sı z oldu!" ,
"Log_analytics_events" : "Olayları günlüğe kaydet" ,
"E2E_encryption_change_password_title" : "Şifreleme Parolası nı Değiştir" ,
"E2E_encryption_change_password_description" : "Artı k şifrelenmiş özel gruplar ve doğrudan iletiler oluşturabilirsiniz. Mevcut özel grupları veya özel iletileri şifreli olarak da değiştirebilirsiniz. \nBu uçtan uca şifrelemedir, bu nedenle iletilerinizi şifrelemek / çözmek için kullanı lan anahtar sunucuya kaydedilmez. Bu nedenle şifrenizi güvenli bir yerde saklamanı z gerekir. Uçtan uca şifrelemeyi (E2E) kullanmak istediğiniz diğer cihazlara girmeniz istenecektir." ,
"E2E_encryption_change_password_error" : "Uçtan uca şifreleme (E2E) anahtar şifresi değiştirilirken hata!" ,
"E2E_encryption_change_password_success" : "Uçtan uca şifreleme (E2E) anahtar şifresi başarı yla değiştirildi!" ,
"E2E_encryption_change_password_message" : "Dikkatlice kaydettiğinizden emin olun." ,
"E2E_encryption_change_password_confirmation" : "Evet, değiştir!" ,
"E2E_encryption_reset_title" : "Uçtan uca şifreleme (E2E) Anahtarı nı Sı fı rla" ,
"E2E_encryption_reset_description" : "Bu seçenek mevcut uçtan uca şifreleme (E2E) anahtarı nı zı kaldı racak ve oturumu kapatacaktı r. \nTekrar oturum açtı ğı nı zda, Rocket.Chat size yeni bir anahtar oluşturacak ve çevrimiçi olarak bir veya daha fazla üyesi olan şifreli herhangi bir odaya erişiminizi geri yükleyecektir. \nUçtan uca şifrelemenin (E2E) doğası gereği Rocket.Chat, çevrimiçi üyesi olmayan hiçbir şifreli odaya erişimi geri yükleyemez." ,
"E2E_encryption_reset_button" : "Uçtan uca şifreleme (E2E) anahtarı nı sı fı rla" ,
"E2E_encryption_reset_error" : "Uçtan uca şifreleme (E2E) anahtarı sı fı rlanı rken hata!" ,
"E2E_encryption_reset_message" : "Oturumunuz kapatı lacak!" ,
"E2E_encryption_reset_confirmation" : "Evet, sı fı rla" ,
"Following" : "Takip ediliyor" ,
"Threads_displaying_all" : "Tüm konular görüntüleniyor" ,
"Threads_displaying_following" : "Takip edilen konular görüntüleniyor" ,
"Threads_displaying_unread" : "Okunmamı ş konular görüntüleniyor" ,
"No_threads" : "Konu yok" ,
"No_threads_following" : "Herhangi bir konuyu takip etmiyorsunuz" ,
"No_threads_unread" : "Okunmamı ş konu yok" ,
"Messagebox_Send_to_channel" : "Kanala gönder" ,
"Remove_from_room" : "Odadan çı kar" ,
"Ignore" : "Yok say" ,
"Unignore" : "Yok sayma" ,
"User_has_been_ignored" : "Kullanı cı yok sayı ldı ." ,
"User_has_been_unignored" : "Kullanı cı artı k yok sayı lmı yor." ,
"User_has_been_removed_from_s" : "Kullanı cı {{s}} alanı ndan kaldı rı ldı ." ,
2021-06-15 20:13:42 +00:00
"User__username__is_now_a_leader_of__room_name_" : "{{username}} kullanı cı sı artı k {{room_name}} lideridir." ,
"User__username__is_now_a_moderator_of__room_name_" : "{{username}} kullanı cı sı artı k bir {{room_name}} moderatörüdür." ,
"User__username__is_now_a_owner_of__room_name_" : "{{username}} kullanı cı sı artı k {{room_name}} adlı odanı n sahibidir." ,
"User__username__removed_from__room_name__leaders" : "{{username}} adlı kullanı cı , {{room_name}} liderlerinden kaldı rı ldı ." ,
"User__username__removed_from__room_name__moderators" : "{{username}} adlı kullanı cı , {{room_name}} moderatörlerinden kaldı rı ldı ." ,
"User__username__removed_from__room_name__owners" : "{{username}} adlı kullanı cı , {{room_name}} sahiplerinden kaldı rı ldı ." ,
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
"The_user_will_be_removed_from_s" : "Kullanı cı , {{s}} alanı ndan kaldı rı lacak!" ,
"Yes_remove_user" : "Evet, kullanı cı yı kaldı r!" ,
"Direct_message" : "Özel ileti" ,
"Message_Ignored" : "İleti yok sayı ldı . Görüntülemek için dokunun." ,
"Enter_workspace_URL" : "Çalı şma alanı URL'nizi girin" ,
2021-06-15 20:13:42 +00:00
"Workspace_URL_Example" : "Örn. sirketiniz.rocket.chat" ,
"invalid-room" : "Geçersiz oda"
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
}