summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2024-05-17 13:40:38 +0200
committerMaksim Sukharev <antreesy.web@gmail.com>2024-06-14 13:37:20 +0200
commite9b9cf49022521291fce0386c78f6df1e70fb731 (patch)
treee858748cdb750fee387c58205d50ee077862fc80 /src
parent617aa3a484b175a19ea0c4987e051f9aaeeab4e3 (diff)
fix(l10n): directly import translate functions to the components
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
-rw-r--r--src/FilesSidebarTabApp.vue2
-rw-r--r--src/PublicShareAuthRequestPasswordButton.vue3
-rw-r--r--src/PublicShareAuthSidebar.vue2
-rw-r--r--src/PublicShareSidebar.vue2
-rw-r--r--src/PublicShareSidebarTrigger.vue5
-rw-r--r--src/components/AdminSettings/AllowedGroups.vue2
-rw-r--r--src/components/AdminSettings/BotsSettings.vue2
-rw-r--r--src/components/AdminSettings/Federation.vue2
-rw-r--r--src/components/AdminSettings/GeneralSettings.vue2
-rw-r--r--src/components/AdminSettings/HostedSignalingServer.vue3
-rw-r--r--src/components/AdminSettings/MatterbridgeIntegration.vue2
-rw-r--r--src/components/AdminSettings/RecordingServer.vue3
-rw-r--r--src/components/AdminSettings/RecordingServers.vue2
-rw-r--r--src/components/AdminSettings/SIPBridge.vue2
-rw-r--r--src/components/AdminSettings/SignalingServer.vue3
-rw-r--r--src/components/AdminSettings/SignalingServers.vue2
-rw-r--r--src/components/AdminSettings/StunServer.vue3
-rw-r--r--src/components/AdminSettings/StunServers.vue2
-rw-r--r--src/components/AdminSettings/TurnServer.vue3
-rw-r--r--src/components/AdminSettings/TurnServers.vue2
-rw-r--r--src/components/AdminSettings/WebServerSetupChecks.vue2
-rw-r--r--src/components/AvatarWrapper/AvatarWrapper.spec.js2
-rw-r--r--src/components/AvatarWrapper/AvatarWrapper.vue6
-rw-r--r--src/components/BreakoutRoomsEditor/BreakoutRoomsEditor.vue3
-rw-r--r--src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue3
-rw-r--r--src/components/BreakoutRoomsEditor/SendMessageDialog.vue2
-rw-r--r--src/components/CallView/CallView.vue2
-rw-r--r--src/components/CallView/Grid/Grid.vue2
-rw-r--r--src/components/CallView/shared/EmptyCallView.vue3
-rw-r--r--src/components/CallView/shared/LocalAudioControlButton.vue2
-rw-r--r--src/components/CallView/shared/LocalVideo.vue2
-rw-r--r--src/components/CallView/shared/LocalVideoControlButton.vue2
-rw-r--r--src/components/CallView/shared/PresenterOverlay.vue3
-rw-r--r--src/components/CallView/shared/ReactionToaster.vue2
-rw-r--r--src/components/CallView/shared/Screen.vue3
-rw-r--r--src/components/CallView/shared/VideoBottomBar.spec.js1
-rw-r--r--src/components/CallView/shared/VideoBottomBar.vue2
-rw-r--r--src/components/CallView/shared/VideoVue.vue3
-rw-r--r--src/components/CallView/shared/ViewerOverlayCallView.vue3
-rw-r--r--src/components/ChatView.vue3
-rw-r--r--src/components/ConversationIcon.vue6
-rw-r--r--src/components/ConversationSettings/BasicInfo.vue2
-rw-r--r--src/components/ConversationSettings/BotsSettings.vue3
-rw-r--r--src/components/ConversationSettings/BreakoutRoomsSettings.vue3
-rw-r--r--src/components/ConversationSettings/ConversationAvatarEditor.vue2
-rw-r--r--src/components/ConversationSettings/ConversationPermissionsSettings.vue2
-rw-r--r--src/components/ConversationSettings/ConversationSettingsDialog.vue2
-rw-r--r--src/components/ConversationSettings/DangerZone.vue2
-rw-r--r--src/components/ConversationSettings/ExpirationSettings.vue3
-rw-r--r--src/components/ConversationSettings/LinkShareSettings.vue2
-rw-r--r--src/components/ConversationSettings/ListableSettings.vue2
-rw-r--r--src/components/ConversationSettings/LobbySettings.vue2
-rw-r--r--src/components/ConversationSettings/LockingSettings.vue2
-rw-r--r--src/components/ConversationSettings/Matterbridge/BridgePart.vue3
-rw-r--r--src/components/ConversationSettings/Matterbridge/MatterbridgeSettings.vue2
-rw-r--r--src/components/ConversationSettings/NotificationsSettings.vue3
-rw-r--r--src/components/ConversationSettings/RecordingConsentSettings.vue2
-rw-r--r--src/components/ConversationSettings/SipSettings.vue2
-rw-r--r--src/components/GuestWelcomeWindow.vue3
-rw-r--r--src/components/LeftSidebar/CallPhoneDialog/CallPhoneDialog.vue2
-rw-r--r--src/components/LeftSidebar/ConversationsList/Conversation.vue2
-rw-r--r--src/components/LeftSidebar/InvitationHandler.vue4
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue2
-rw-r--r--src/components/LeftSidebar/OpenConversationsList/OpenConversationsList.vue3
-rw-r--r--src/components/LobbyScreen.vue4
-rw-r--r--src/components/MediaSettings/MediaDevicesSelector.vue6
-rw-r--r--src/components/MediaSettings/MediaDevicesSpeakerTest.vue3
-rw-r--r--src/components/MediaSettings/MediaSettings.vue2
-rw-r--r--src/components/MediaSettings/VideoBackgroundEditor.vue2
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/Message.vue2
-rw-r--r--