From 94807c64b3b09c22d29e52d94c6cd6cf9641e7a9 Mon Sep 17 00:00:00 2001 From: Immad Abdul Jabbar Date: Thu, 7 Nov 2024 12:21:13 +0100 Subject: [PATCH 1/2] fix(translation): update create group button text --- src/i18n/de-DE.json | 1 - src/i18n/en-US.json | 2 +- src/i18n/ru-RU.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/i18n/de-DE.json b/src/i18n/de-DE.json index c8717e5da1d..70a2e1a5d02 100644 --- a/src/i18n/de-DE.json +++ b/src/i18n/de-DE.json @@ -553,7 +553,6 @@ "conversationSendPastedFile": "Bild eingefügt am {{date}}", "conversationServicesWarning": "Dienste haben Zugriff auf den Inhalt dieser Unterhaltung", "conversationSomeone": "Jemand", - "conversationStartNewConversation": "Beginnen Sie eine neue Unterhaltung", "conversationTeamLeft": "[bold]{{name}}[/bold] wurde aus dem Team entfernt", "conversationToday": "Heute", "conversationTweetAuthor": " auf Twitter", diff --git a/src/i18n/en-US.json b/src/i18n/en-US.json index 4f0fd1ecbdb..1e51c6efc73 100644 --- a/src/i18n/en-US.json +++ b/src/i18n/en-US.json @@ -555,7 +555,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", diff --git a/src/i18n/ru-RU.json b/src/i18n/ru-RU.json index e499821a80f..67e83e0210b 100644 --- a/src/i18n/ru-RU.json +++ b/src/i18n/ru-RU.json @@ -553,7 +553,6 @@ "conversationSendPastedFile": "Изображение добавлено {{date}}", "conversationServicesWarning": "Сервисы имеют доступ к содержимому этой беседы", "conversationSomeone": "Кто-то", - "conversationStartNewConversation": "Начать новую беседу", "conversationTeamLeft": "[bold]{{name}}[/bold] был удален из команды", "conversationToday": "сегодня", "conversationTweetAuthor": " в Twitter", From d256b3cf81f83cba868c5fae4e4756de5d79e92b Mon Sep 17 00:00:00 2001 From: Otto the Bot Date: Thu, 7 Nov 2024 13:18:27 +0100 Subject: [PATCH 2/2] chore: Pull translations (#18282) Co-authored-by: Crowdin Bot --- src/i18n/ar-SA.json | 23 ++++++++++++++++++++--- src/i18n/bn-BD.json | 23 ++++++++++++++++++++--- src/i18n/ca-ES.json | 23 ++++++++++++++++++++--- src/i18n/cs-CZ.json | 23 ++++++++++++++++++++--- src/i18n/da-DK.json | 23 ++++++++++++++++++++--- src/i18n/de-DE.json | 26 ++++++++++++++++++++++---- src/i18n/el-GR.json | 23 ++++++++++++++++++++--- src/i18n/en-US.json | 29 +++++++++++++++++------------ src/i18n/es-ES.json | 23 ++++++++++++++++++++--- src/i18n/et-EE.json | 23 ++++++++++++++++++++--- src/i18n/fa-IR.json | 23 ++++++++++++++++++++--- src/i18n/fi-FI.json | 23 ++++++++++++++++++++--- src/i18n/fr-FR.json | 23 ++++++++++++++++++++--- src/i18n/ga-IE.json | 23 ++++++++++++++++++++--- src/i18n/he-IL.json | 23 ++++++++++++++++++++--- src/i18n/hi-IN.json | 23 ++++++++++++++++++++--- src/i18n/hr-HR.json | 23 ++++++++++++++++++++--- src/i18n/hu-HU.json | 23 ++++++++++++++++++++--- src/i18n/id-ID.json | 23 ++++++++++++++++++++--- src/i18n/is-IS.json | 23 ++++++++++++++++++++--- src/i18n/it-IT.json | 23 ++++++++++++++++++++--- src/i18n/ja-JP.json | 23 ++++++++++++++++++++--- src/i18n/lt-LT.json | 23 ++++++++++++++++++++--- src/i18n/lv-LV.json | 23 ++++++++++++++++++++--- src/i18n/ms-MY.json | 23 ++++++++++++++++++++--- src/i18n/nl-NL.json | 23 ++++++++++++++++++++--- src/i18n/no-NO.json | 23 ++++++++++++++++++++--- src/i18n/pl-PL.json | 25 +++++++++++++++++++++---- src/i18n/pt-BR.json | 23 ++++++++++++++++++++--- src/i18n/pt-PT.json | 23 ++++++++++++++++++++--- src/i18n/ro-RO.json | 23 ++++++++++++++++++++--- src/i18n/ru-RU.json | 22 ++++++++++++++++++++-- src/i18n/si-LK.json | 23 ++++++++++++++++++++--- src/i18n/sk-SK.json | 23 ++++++++++++++++++++--- src/i18n/sl-SI.json | 23 ++++++++++++++++++++--- src/i18n/sr-SP.json | 23 ++++++++++++++++++++--- src/i18n/sv-SE.json | 23 ++++++++++++++++++++--- src/i18n/th-TH.json | 23 ++++++++++++++++++++--- src/i18n/tr-TR.json | 23 ++++++++++++++++++++--- src/i18n/uk-UA.json | 23 ++++++++++++++++++++--- src/i18n/uz-UZ.json | 23 ++++++++++++++++++++--- src/i18n/vi-VN.json | 23 ++++++++++++++++++++--- src/i18n/zh-CN.json | 23 ++++++++++++++++++++--- src/i18n/zh-HK.json | 23 ++++++++++++++++++++--- src/i18n/zh-TW.json | 23 ++++++++++++++++++++--- 45 files changed, 900 insertions(+), 145 deletions(-) diff --git a/src/i18n/ar-SA.json b/src/i18n/ar-SA.json index d58530f0e14..4ca49b5dbb5 100644 --- a/src/i18n/ar-SA.json +++ b/src/i18n/ar-SA.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "إعادة إرسال", "authVerifyCodeResendTimer": "يمكنك طلب كودًا جديدًا {{expiration}}.", "authVerifyPasswordHeadline": "أدخل كلمة المرور الخاصة بك", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "إلغاء", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "الإشعارات", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": "بينغ", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": "بينغ", - "conversationPlaybackError": "غير قادر على التشغيل", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "شخص ما", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "اليوم", "conversationTweetAuthor": " على تويتر", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "جهات الاتصال", "searchContacts": "جهات الاتصال", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "المجموعات", + "searchGroupParticipants": "Group participants", "searchInvite": "ادعُ أشخاصًا إلى الانضمام إلى واير", "searchInviteButtonContacts": "من قائمة جهات الاتصال", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "اسم الفريق", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "أنشئ حسابًا", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "إذا أغلقت الصفحة أو أعدت تحميلها، فستفقد الوصول.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "تم إيقاف الفيديو مؤقتاً", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "مشاركه الشاشه غير مدعومه فى هذا المتصفح", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/bn-BD.json b/src/i18n/bn-BD.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/bn-BD.json +++ b/src/i18n/bn-BD.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/ca-ES.json b/src/i18n/ca-ES.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/ca-ES.json +++ b/src/i18n/ca-ES.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/cs-CZ.json b/src/i18n/cs-CZ.json index a96e35bf5f4..c14e7a620d3 100644 --- a/src/i18n/cs-CZ.json +++ b/src/i18n/cs-CZ.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Odeslat znovu", "authVerifyCodeResendTimer": "Můžete si vyžádat nový kód {{expiration}}.", "authVerifyPasswordHeadline": "Zadejte své heslo", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Zrušit", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Upozornění", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingl(a)", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingl(a)", - "conversationPlaybackError": "Nelze přehrát", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Obrázek vložen {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Někdo", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "dnes", "conversationTweetAuthor": " na Twittru", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Kontakty", "searchContacts": "Kontakty", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Skupiny", + "searchGroupParticipants": "Group participants", "searchInvite": "Pozvat lidi do aplikace {{brandName}}", "searchInviteButtonContacts": "Z kontaktů", "searchInviteDetail": "Sdílením svých kontaktů si zjednodušíte propojení s ostatními. Všechny informace anonymizujeme a nikdy je neposkytujeme nikomu dalšímu.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/da-DK.json b/src/i18n/da-DK.json index 8610e73e1a4..f886348bbdb 100644 --- a/src/i18n/da-DK.json +++ b/src/i18n/da-DK.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Gensend", "authVerifyCodeResendTimer": "Du kan anmode om en ny kode {{expiration}}.", "authVerifyPasswordHeadline": "Indtast din adgangskode", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Annuller", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifikationer", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingede", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingede", - "conversationPlaybackError": "Ikke i stand til at afspille", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Indsatte billede d. {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Nogen", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "i dag", "conversationTweetAuthor": " på Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Forbindelser", "searchContacts": "Kontakter", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupper", + "searchGroupParticipants": "Group participants", "searchInvite": "Inviter personer til {{brandName}}", "searchInviteButtonContacts": "Fra Kontakter", "searchInviteDetail": "At dele dine kontakter hjælper med at forbinde til andre. Vi anonymiserer al information og deler det ikke med nogen andre.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Opret en konto", "temporaryGuestDescription": "Sikrer din virksomhed med krypteret gruppe chat og konference opkald.", "temporaryGuestJoinDescription": "Hvis du lukker eller opdaterer denne side, vil du miste adgang.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/de-DE.json b/src/i18n/de-DE.json index 70a2e1a5d02..0fdef078233 100644 --- a/src/i18n/de-DE.json +++ b/src/i18n/de-DE.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Erneut senden", "authVerifyCodeResendTimer": "Du kannst {{expiration}} einen neuen Code anfordern.", "authVerifyPasswordHeadline": "Passwort eingeben", + "availability.available": "Verfügbar", + "availability.away": "Abwesend", + "availability.busy": "Beschäftigt", + "availability.none": "Kein Status", + "availability.status": "Status", "backupCancel": "Abbrechen", "backupDecryptionModalAction": "Weiter", "backupDecryptionModalMessage": "Das Backup ist passwortgeschützt.", @@ -322,10 +327,10 @@ "callNoCameraAccess": "Kein Kamerazugriff", "callNoOneJoined": "kein weiterer Teilnehmer hinzukam.", "callParticipants": "{{number}} im Anruf", - "callReactionButtonAriaLabel": "Select emoji {{emoji}}", + "callReactionButtonAriaLabel": "Emoji auswählen {{emoji}}", "callReactionButtonsAriaLabel": "Emoji selection bar", "callReactions": "Reaktionen", - "callReactionsAriaLabel": "Emoji {{emoji}} from {{from}}", + "callReactionsAriaLabel": "Emoji {{emoji}} von {{from}}", "callStateCbr": "Konstante Bitrate", "callStateConnecting": "Verbinde…", "callStateIncoming": "Ruft an…", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Gäste", "conversationDetailsActionLeave": "Gruppe verlassen", "conversationDetailsActionNotifications": "Benachrichtigungen", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Dienste", "conversationDetailsActionTimedMessages": "Selbstlöschende Nachrichten", "conversationDetailsActionUnblock": "Freigeben", @@ -535,7 +541,8 @@ "conversationPing": " hat gepingt", "conversationPingConfirmTitle": "Sind Sie sicher, dass Sie {{memberCount}} Personen anpingen möchten?", "conversationPingYou": " haben gepingt", - "conversationPlaybackError": "Konnte nicht abgespielt werden", + "conversationPlaybackError": "Nicht unterstützter Videotyp, bitte herunterladen", + "conversationPlaybackErrorDownload": "Herunterladen", "conversationPopoverFavorite": "Zu Favoriten hinzufügen", "conversationPopoverUnfavorite": "Aus Favoriten entfernen", "conversationProtocolUpdatedToMLS": "Diese Unterhaltung verwendet jetzt das neue Protokoll namens Messaging-Layer-Security (MLS). Um eine reibungslose Kommunikation zu gewährleisten, verwenden Sie immer die neueste Wire-Version auf Ihren Geräten. [link]Erfahren Sie mehr über MLS[/link]", @@ -553,6 +560,7 @@ "conversationSendPastedFile": "Bild eingefügt am {{date}}", "conversationServicesWarning": "Dienste haben Zugriff auf den Inhalt dieser Unterhaltung", "conversationSomeone": "Jemand", + "conversationStartNewConversation": "Eine Gruppe erstellen", "conversationTeamLeft": "[bold]{{name}}[/bold] wurde aus dem Team entfernt", "conversationToday": "Heute", "conversationTweetAuthor": " auf Twitter", @@ -1051,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Status der Dienste konnte nicht geändert werden.", "modalConversationRemoveAction": "Entfernen", "modalConversationRemoveCloseBtn": "Fenster 'Entfernen' schließen", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Gastzugang deaktivieren?", "modalConversationRemoveGuestsMessage": "Aktuelle Gäste werden aus der Unterhaltung entfernt. Neue Gäste können nicht hinzugefügt werden.", "modalConversationRemoveGuestsOrServicesAction": "Deaktivieren", @@ -1370,6 +1381,7 @@ "searchConnectWithOtherDomain": "Mit einer anderen Domain verbinden", "searchConnections": "Kontakte", "searchContacts": "Kontakte", + "searchConversationNames": "Unterhaltungen", "searchConversations": "Unterhaltung suchen", "searchConversationsNoResult": "Keine Ergebnisse gefunden", "searchConversationsNoResultConnectSuggestion": "Mit neuen Personen verbinden oder eine neue Unterhaltung beginnen", @@ -1380,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "Die föderierte Domain ist derzeit nicht verfügbar.", "searchFederatedDomainNotAvailableLearnMore": "Mehr erfahren", "searchGroupConversations": "Gruppenunterhaltung suchen", - "searchGroups": "Gruppen", + "searchGroupParticipants": "Gruppenmitglieder", "searchInvite": "Freunde zu {{brandName}} einladen", "searchInviteButtonContacts": "Aus Kontakte", "searchInviteDetail": "Teilen Sie Ihre Kontakte, damit wir Sie mit anderen verbinden können. Wir anonymisieren alle Informationen und geben sie nicht an andere weiter.", @@ -1455,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team-Name", "teamName.whatIsWireTeamsLink": "Was ist ein Team?", "teamSettingsModalCloseBtn": "Fenster 'Team-Einstellungen geändert' schließen", + "teamUpgradeBannerButtonText": "Wire Team erstellen", + "teamUpgradeBannerContent": "Entdecken Sie zusätzliche Funktionen kostenlos mit dem gleichen Maß an Sicherheit.", + "teamUpgradeBannerHeader": "Nutzen Sie die Vorteile eines Teams", "temporaryGuestCta": "Benutzerkonto erstellen", "temporaryGuestDescription": "Sichern Sie Ihre Organisation mit verschlüsselter Kommunikation in Gruppen und Telefonkonferenzen.\n", "temporaryGuestJoinDescription": "Wenn Sie diese Seite schließen oder neu laden, verlieren Sie den Zugriff.", @@ -1547,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Nur aktive Sprecher anzeigen", "videoCallParticipantConnecting": "Verbinden…", "videoCallPaused": "Video wurde angehalten", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Bildschirmfreigabe wird von diesem Browser nicht unterstützt", "videoCallaudioInputMicrophone": "Mikrofon", "videoCallaudioOutputSpeaker": "Lautsprecher", diff --git a/src/i18n/el-GR.json b/src/i18n/el-GR.json index 43c862e498c..b449b4e3d57 100644 --- a/src/i18n/el-GR.json +++ b/src/i18n/el-GR.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Επαναποστολή", "authVerifyCodeResendTimer": "Μπορείτε να ζητήσετε νέο κωδικό {{expiration}}.", "authVerifyPasswordHeadline": "Εισάγετε τον κωδικό σας", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Ακύρωση", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Ειδοποιησεις", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " σκουντημα", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " σκουντημα", - "conversationPlaybackError": "Αδύνατη η αναπαραγωγή", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Επικολλημένη εικόνα στις {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Κάποιος", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "σήμερα", "conversationTweetAuthor": " στο Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Συνδέσεις", "searchContacts": "Επαφές", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Ομάδες", + "searchGroupParticipants": "Group participants", "searchInvite": "Πρόσκληση ατόμων για συμμετοχή στο {{brandName}}", "searchInviteButtonContacts": "Από τις Επαφές", "searchInviteDetail": "Κάντε κοινή χρήση των επαφών σας για να μπορέσετε να συνδεθείτε με άλλους χρήστες.Κρατάμε ανώνυμες όλες σας τις πληροφορίες και δεν τις μοιραζόμαστε με κανέναν άλλον.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Όνομα ομάδας", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Δημιουργία λογαριασμού", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/en-US.json b/src/i18n/en-US.json index 1e51c6efc73..738f03f9180 100644 --- a/src/i18n/en-US.json +++ b/src/i18n/en-US.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -437,8 +442,8 @@ "conversationDetailsActionDevices": "Devices", "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", - "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -1054,14 +1059,14 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", "modalConversationRemoveHeadline": "Remove?", "modalConversationRemoveMessage": "{{user}} won’t be able to send or receive messages in this conversation.", - "modalConversationRemoveGroupAction": "Remove", - "modalConversationRemoveGroupHeadline": "Remove group conversation?", - "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveServicesHeadline": "Disable services access?", "modalConversationRemoveServicesMessage": "Current services will be removed from the conversation. New services will not be allowed.", "modalConversationRevokeLinkAction": "Revoke link", @@ -1376,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1387,7 +1393,6 @@ "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", "searchGroupParticipants": "Group participants", - "searchConversationNames": "Conversation names", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1462,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1554,10 +1562,10 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", - "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", - "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareEndConfirm": "End screen share", "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", + "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", "videoCallbackgroundBlur": "Blur my background", @@ -1590,8 +1598,5 @@ "wireLinux": "{{brandName}} for Linux", "wireMacos": "{{brandName}} for macOS", "wireWindows": "{{brandName}} for Windows", - "wire_for_web": "{{brandName}} for Web", - "teamUpgradeBannerHeader": "Enjoy benefits of a team", - "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", - "teamUpgradeBannerButtonText": "Create Wire Team" -} \ No newline at end of file + "wire_for_web": "{{brandName}} for Web" +} diff --git a/src/i18n/es-ES.json b/src/i18n/es-ES.json index 273c4b0251e..3468433ac80 100644 --- a/src/i18n/es-ES.json +++ b/src/i18n/es-ES.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Reenviar", "authVerifyCodeResendTimer": "Puede solicitar un nuevo código en {{expiration}}.", "authVerifyPasswordHeadline": "Introduzca su contraseña", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancelar", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notificaciones", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " ping", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " ping", - "conversationPlaybackError": "Incapaz de reproducir", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Imagen añadida el {{date}}", "conversationServicesWarning": "Hay servicios con acceso al contenido de esta conversación", "conversationSomeone": "Alguien", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] fue removido del equipo", "conversationToday": "hoy", "conversationTweetAuthor": " en Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Conexiones", "searchContacts": "Contactos", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupos", + "searchGroupParticipants": "Group participants", "searchInvite": "Invitar amigos a {{brandName}}", "searchInviteButtonContacts": "Desde los contactos", "searchInviteDetail": "Compartir tus contactos te ayuda a conectar con otros. Anonimizamos toda la información y no la compartimos con nadie.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Nombre del equipo", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Crear una cuenta", "temporaryGuestDescription": "Asegurá tu negocio con mensajes de grupos y llamadas cifradas de punta a punta.", "temporaryGuestJoinDescription": "Si cierras o actualizas esta página, perderás acceso.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video pausado", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Este navegador no permite compartir pantallas", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/et-EE.json b/src/i18n/et-EE.json index 28a782b54b3..96fec2f5f3d 100644 --- a/src/i18n/et-EE.json +++ b/src/i18n/et-EE.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Saada uuesti", "authVerifyCodeResendTimer": "Sa võid uue koodi tellida {{expiration}} pärast.", "authVerifyPasswordHeadline": "Sisesta oma parool", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Tühista", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Teated", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingis", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingisid", - "conversationPlaybackError": "Ei saa esitada", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Kleepis pildi kuupäeval {{date}}", "conversationServicesWarning": "Teenustel on ligipääs selle vestluse sisule", "conversationSomeone": "Keegi", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] eemaldati meeskonnast", "conversationToday": "täna", "conversationTweetAuthor": " Twitteris", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Ühendused", "searchContacts": "Kontaktid", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupid", + "searchGroupParticipants": "Group participants", "searchInvite": "Kutsu inimesi {{brandName}}’iga liituma", "searchInviteButtonContacts": "Kontaktidest", "searchInviteDetail": "Kontaktide jagamine aitab sul teistega ühenduda. Me muudame kogu info anonüümseks ja ei jaga seda kellegi teisega.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Meeskonna nimi", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Loo konto", "temporaryGuestDescription": "Turva oma äri krüptitud grupi sõnumside ja kõnedega.", "temporaryGuestJoinDescription": "Kui sa lehe sulged või laadid uuesti, kaotad ligipääsu.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video pausil", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Sinu brauser ei toeta ekraanijagamist", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/fa-IR.json b/src/i18n/fa-IR.json index 1f05490107c..20083cdf59e 100644 --- a/src/i18n/fa-IR.json +++ b/src/i18n/fa-IR.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "ارسال مجدد", "authVerifyCodeResendTimer": "شما میتوانید یک کد {{expiration}} جدید درخواست کنید.", "authVerifyPasswordHeadline": "رمزعبوری انتخاب کنید", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "انصراف", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "آگاه‌سازی‌ها", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " صدا زد", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " صدا زد", - "conversationPlaybackError": "قادر به پخش نیست", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "عکس در {{date}} فرستاده شد", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "شخصی", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "امروز", "conversationTweetAuthor": " در توییتر", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "دوستان مشترک", "searchContacts": "دفترچه تلفن", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "گروه‌ها", + "searchGroupParticipants": "Group participants", "searchInvite": "دوستانتان را برای پیوستن به وایر دعوت کنید", "searchInviteButtonContacts": "از دفترچه تلفن", "searchInviteDetail": "اشتراک گذاری مخاطبین خود کمک می‌کند تا شما با دیگر دوستان خود ارتباط برقرار کنید. دقت کنید که ما اطلاعات را مخفی کردیم و با هیچ‌کس به اشتراک نمی‌گذاریم.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/fi-FI.json b/src/i18n/fi-FI.json index 5f300e7e185..59c9b791d4c 100644 --- a/src/i18n/fi-FI.json +++ b/src/i18n/fi-FI.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Lähetä uudelleen", "authVerifyCodeResendTimer": "Voit pyytää uuden koodin {{expiration}} kuluttua.", "authVerifyPasswordHeadline": "Kirjoita salasanasi", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Peruuta", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Ilmoitukset", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinggasi", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinggasi", - "conversationPlaybackError": "Toisto epäonnistui", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Lisää suosikkeihin", "conversationPopoverUnfavorite": "Poista suosikeista", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Liitetty kuva, {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Joku", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "tänään", "conversationTweetAuthor": " Twitterissä", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Yhteydet", "searchContacts": "Yhteystiedot", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Ryhmät", + "searchGroupParticipants": "Group participants", "searchInvite": "Kutsu henkilöitä Wireen", "searchInviteButtonContacts": "Kontakteista", "searchInviteDetail": "Yhteystietojesi jakaminen auttaa sinua löytämään uusia kontakteja. Anonymisoimme kaiken tiedon ja emme jaa sitä ulkopuolisille.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Tiimin nimi", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/fr-FR.json b/src/i18n/fr-FR.json index 0a8345d672b..47915bce885 100644 --- a/src/i18n/fr-FR.json +++ b/src/i18n/fr-FR.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Renvoyer", "authVerifyCodeResendTimer": "Vous pourrez demander un nouveau code {{expiration}}.", "authVerifyPasswordHeadline": "Saisissez votre mot de passe", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Annuler", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " a fait un signe", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " avez fait un signe", - "conversationPlaybackError": "Lecture impossible", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Ajouter aux favoris", "conversationPopoverUnfavorite": "Supprimer des favoris", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Image collée le {{date}}", "conversationServicesWarning": "Les services ont accès au contenu de la conversation", "conversationSomeone": "Quelqu’un", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] a été retiré de l’équipe", "conversationToday": "aujourd’hui", "conversationTweetAuthor": " via Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Contacts", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groupes", + "searchGroupParticipants": "Group participants", "searchInvite": "Invitez des contacts à rejoindre {{brandName}}", "searchInviteButtonContacts": "Depuis vos contacts", "searchInviteDetail": "Partager vos contacts vous permet de vous connecter à d’autres personnes. Nous anonymisons toutes les informations et ne les partageons avec personne d’autre.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Nom de l'équipe", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Créer un compte", "temporaryGuestDescription": "Protégez votre activité avec des messages de groupe et des appels chiffrés.", "temporaryGuestJoinDescription": "Si vous fermez ou rafraîchissez cette page, votre accès sera perdu.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Vidéo en pause", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Le partage d’écran n’est pas compatible avec ce navigateur", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/ga-IE.json b/src/i18n/ga-IE.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/ga-IE.json +++ b/src/i18n/ga-IE.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/he-IL.json b/src/i18n/he-IL.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/he-IL.json +++ b/src/i18n/he-IL.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/hi-IN.json b/src/i18n/hi-IN.json index 1af006bc38f..029746c4b29 100644 --- a/src/i18n/hi-IN.json +++ b/src/i18n/hi-IN.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "फिर से भेजें", "authVerifyCodeResendTimer": "आप एक नया कोड {{expiration}} का अनुरोध कर सकते हैं|", "authVerifyPasswordHeadline": "अपने पासवर्ड को डालें", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/hr-HR.json b/src/i18n/hr-HR.json index d675023ee09..3bd88a0dd5c 100644 --- a/src/i18n/hr-HR.json +++ b/src/i18n/hr-HR.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Ponovno pošalji", "authVerifyCodeResendTimer": "Možete zatražiti novi kod {{expiration}}.", "authVerifyPasswordHeadline": "Upišite Vašu šifru", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Odustani", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Obavijesti", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingala/o", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingala/o", - "conversationPlaybackError": "Reprodukcija neuspješna", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Slika zaljepljena na {{date}}", "conversationServicesWarning": "Usluge imaju pristup sadržaju ovog razgovora", "conversationSomeone": "Netko", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] je uklonjen iz tima", "conversationToday": "danas", "conversationTweetAuthor": " na Twitteru", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Veze", "searchContacts": "Kontakti", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupe", + "searchGroupParticipants": "Group participants", "searchInvite": "Pozovite ljude na {{brandName}}", "searchInviteButtonContacts": "Iz kontakata", "searchInviteDetail": "Mi koristimo vaše kontakt podatke za povezivanje s drugima. Sve informacije su anonimiziane i nisu dijeljene s drugima.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Stvaranje računa", "temporaryGuestDescription": "Osigurajte Vašu tvrtku s enkriptiranim grupnim porukama i konferencijskim pozivima.", "temporaryGuestJoinDescription": "Ukoliko zatvorite ili osvježite stranicu, izgubiti će te prava pristupa.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video pauziran", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Dijeljenje ekrana nije podržano u ovom pregledniku", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/hu-HU.json b/src/i18n/hu-HU.json index d54107c3097..e9ac33c07c0 100644 --- a/src/i18n/hu-HU.json +++ b/src/i18n/hu-HU.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Újraküldés", "authVerifyCodeResendTimer": "Új kódot kérhetsz {{expiration}} múlva.", "authVerifyPasswordHeadline": "Add meg a jelszavad", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Mégsem", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Értesítések", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " kopogott", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " kopogott", - "conversationPlaybackError": "Nem lehet lejátszani", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Hozzáadás a kedvencekhez", "conversationPopoverUnfavorite": "Eltávolítás a kedvencek közül", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Kép beillesztve ({{date}})", "conversationServicesWarning": "A szolgálatok hozzáférhetnek a beszélgetés tartalmához", "conversationSomeone": "Valaki", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] eltávolítottuk a csapatból", "conversationToday": "ma", "conversationTweetAuthor": " Twitteren", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Kapcsolatok", "searchContacts": "Névjegyek", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Csoportok", + "searchGroupParticipants": "Group participants", "searchInvite": "Hívj meg másokat is a {{brandName}}-re", "searchInviteButtonContacts": "Névjegyekből", "searchInviteDetail": "Névjegyeid megosztása megkönnyíti, hogy kapcsolatba lépj másokkal. Az összes információt anonimizáljuk és nem osztjuk meg senki mással.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Csapat neve", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Fiók létrehozása", "temporaryGuestDescription": "Tedd biztonságosabbá vállalkozásodat a csoportos üzenetek és beszélgetések titkosításával.", "temporaryGuestJoinDescription": "Ha bezárod vagy újratöltöd ezt az oldalt, akkor elveszted a hozzáférésed.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Videó szüneteltetve", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "A képernyőmegosztást ez a böngésző nem támogatja", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/id-ID.json b/src/i18n/id-ID.json index 1d1cb389cb8..58875efe365 100644 --- a/src/i18n/id-ID.json +++ b/src/i18n/id-ID.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Kirim lagi", "authVerifyCodeResendTimer": "Anda dapat meminta kode baru {{expiration}} .", "authVerifyPasswordHeadline": "Masukkan sandi Anda", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Batal", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifikasi", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " diping", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " diping", - "conversationPlaybackError": "Tidak dapat memutar", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Gambar ditempelkan di {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Seseorang", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "hari ini", "conversationTweetAuthor": " di Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Hubungan", "searchContacts": "Kontak", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grup", + "searchGroupParticipants": "Group participants", "searchInvite": "Undang orang untuk bergabung dengan {{brandName}}", "searchInviteButtonContacts": "Dari Kontak", "searchInviteDetail": "Berbagi kontak Anda membantu Anda terhubung dengan orang lain. Kami menganonimkan semua informasi dan tidak membagikannya dengan orang lain.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/is-IS.json b/src/i18n/is-IS.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/is-IS.json +++ b/src/i18n/is-IS.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/it-IT.json b/src/i18n/it-IT.json index af9c039a01a..bf37d47d5a4 100644 --- a/src/i18n/it-IT.json +++ b/src/i18n/it-IT.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Inviare di nuovo", "authVerifyCodeResendTimer": "È possibile richiedere un nuovo codice {{expiration}}.", "authVerifyPasswordHeadline": "Inserisci la tua password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Annulla", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifiche", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " ha fatto un trillo", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " ha fatto un trillo", - "conversationPlaybackError": "Impossibile riprodurre", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Immagine incollata alle {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Qualcuno", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "oggi", "conversationTweetAuthor": " su Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connessioni", "searchContacts": "Contatti", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Gruppi", + "searchGroupParticipants": "Group participants", "searchInvite": "Invita amici ad usare {{brandName}}", "searchInviteButtonContacts": "Dalla rubrica", "searchInviteDetail": "Condividere i contatti dalla rubrica ti aiuta a connetterti con gli altri. Rendiamo tutte le informazioni dei contatti anonime e non sono cedute a nessun altro.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video in pausa", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/ja-JP.json b/src/i18n/ja-JP.json index 6041ed141fd..e97f450e640 100644 --- a/src/i18n/ja-JP.json +++ b/src/i18n/ja-JP.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "再送する", "authVerifyCodeResendTimer": "新しいコード \"{{expiration}}\" を要求することができます。", "authVerifyPasswordHeadline": "パスワードを入力してください", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "キャンセル", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "通知", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " ping しました", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " ping しました", - "conversationPlaybackError": "再生できません", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "お気に入りに追加", "conversationPopoverUnfavorite": "お気に入りから削除", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "{{date}} にペーストされた画像", "conversationServicesWarning": "サービスはこの会議のコンテンツにアクセスできます", "conversationSomeone": "誰か", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] はチームから削除されました", "conversationToday": "今日", "conversationTweetAuthor": " はツイッターにいます", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "つながり", "searchContacts": "連絡先", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "グループ", + "searchGroupParticipants": "Group participants", "searchInvite": "{{brandName}}に招待する", "searchInviteButtonContacts": "連絡先から", "searchInviteDetail": "連絡先をシェアすると他のユーザーと接続するのに役立ちます。すべての情報は匿名化され、第三者に共有することはありません。", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "チーム名", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "アカウントを作成", "temporaryGuestDescription": "暗号化されたグループメッセージや会議通話であなたのビジネスを保護します。", "temporaryGuestJoinDescription": "このページを閉じるか更新すると、アクセスが失われます。", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "ビデオ停止中", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "このブラウザでは画面共有はサポートされません。", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/lt-LT.json b/src/i18n/lt-LT.json index cb15153cf65..ea816e234fb 100644 --- a/src/i18n/lt-LT.json +++ b/src/i18n/lt-LT.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Siųsti iš naujo", "authVerifyCodeResendTimer": "Jūs galite užklausti naują kodą {{expiration}}.", "authVerifyPasswordHeadline": "Įveskite savo slaptažodį", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Atsisakyti", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Pranešimai", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " patikrino ryšį", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " patikrinote ryšį", - "conversationPlaybackError": "Nepavyko atkurti", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Paveikslas įdėtas {{date}}", "conversationServicesWarning": "Tarnybos turi galimybę prisijungti prie šio susirašinėjimo turinio", "conversationSomeone": "Kažkas", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] buvo pašalintas (-a) iš komandos", "conversationToday": "šiandien", "conversationTweetAuthor": " socialiniame tinkle Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Kontaktai", "searchContacts": "Kontaktai", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupės", + "searchGroupParticipants": "Group participants", "searchInvite": "Pakvieskite žmones į {{brandName}}", "searchInviteButtonContacts": "Iš kontaktų", "searchInviteDetail": "Dalinimasis kontaktais padeda jums užmegzti kontaktą su kitais žmonėmis. Mes padarome visą informaciją anoniminę ir su niekuo ja nesidaliname.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Komandos pavadinimas", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Kurti paskyrą", "temporaryGuestDescription": "Apsaugokite savo verslą susirašinėdami ir kalbėdami konferenciniu būdu šifruojant.", "temporaryGuestJoinDescription": "Jei puslapį uždarysite arba perkrausite iš naujo, prisijungti nebegalėsite.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Vaizdas pristabdytas", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Ši naršykle nepalaiko ekrano rodymo", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/lv-LV.json b/src/i18n/lv-LV.json index 678dc510db7..114db26867c 100644 --- a/src/i18n/lv-LV.json +++ b/src/i18n/lv-LV.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Sūtīt atkārtoti", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Ievadiet savu paroli", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Atcelt", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Kontakti", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/ms-MY.json b/src/i18n/ms-MY.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/ms-MY.json +++ b/src/i18n/ms-MY.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/nl-NL.json b/src/i18n/nl-NL.json index 1438e3bd53c..2fa52a1a37b 100644 --- a/src/i18n/nl-NL.json +++ b/src/i18n/nl-NL.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Opnieuw sturen", "authVerifyCodeResendTimer": "Je kunt een nieuwe code aanvragen {{expiration}}.", "authVerifyPasswordHeadline": "Voer je wachtwoord in", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Annuleer", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Meldingen", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Niet in staat om te af te spelen", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Afbeelding geplakt op {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Iemand", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "vandaag", "conversationTweetAuthor": " op Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Contacten", "searchContacts": "Contacten", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groepen", + "searchGroupParticipants": "Group participants", "searchInvite": "Nodig andere mensen uit voor {{brandName}}", "searchInviteButtonContacts": "Van contacten", "searchInviteDetail": "Het delen van je contacten helpt je om met anderen te verbinden. We anonimiseren alle informatie en delen deze niet met iemand anders.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team-naam", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Een account aanmaken", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/no-NO.json b/src/i18n/no-NO.json index 4ab0e7caae3..263af4958dd 100644 --- a/src/i18n/no-NO.json +++ b/src/i18n/no-NO.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Send på nytt", "authVerifyCodeResendTimer": "Du kan be om en ny kode {{expiration}}.", "authVerifyPasswordHeadline": "Angi ditt passord", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Avbryt", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Varsler", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Kan ikke spille av", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Noen", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "i dag", "conversationTweetAuthor": " på Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Kontakter", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video pauset", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Skjermdeling støttes ikke i denne nettleseren", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/pl-PL.json b/src/i18n/pl-PL.json index d8fb5160eb7..f428c4765eb 100644 --- a/src/i18n/pl-PL.json +++ b/src/i18n/pl-PL.json @@ -1,7 +1,7 @@ { "AppLockDisableCancel": "Cancel", "AppLockDisableInfo": "You will no longer need to unlock Wire with your passcode.", - "AppLockDisableTurnOff": "Turn Off", + "AppLockDisableTurnOff": "Wyłącz", "ApplockDisableHeadline": "Turn app lock off?", "BackendError.LABEL.ACCESS_DENIED": "Sprawdź swoje dane i spróbuj ponownie", "BackendError.LABEL.ALREADY_INVITED": "This email has already been invited", @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Wyślij ponownie", "authVerifyCodeResendTimer": "Możesz poprosić o nowy kod {{expiration}}.", "authVerifyPasswordHeadline": "Wprowadź hasło", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Anuluj", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Powiadomienia", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " zaczepił/a", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " zaczepił/a", - "conversationPlaybackError": "Nie można odtworzyć", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Wklejono obraz {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Ktoś", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "dzisiaj", "conversationTweetAuthor": " na Twitterze", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Połączenia", "searchContacts": "Kontakty", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupy", + "searchGroupParticipants": "Group participants", "searchInvite": "Zaproś innych do {{brandName}}", "searchInviteButtonContacts": "Z kontaktów", "searchInviteDetail": "Udostępnianie kontaktów pomaga połączyć się z innymi. Wszystkie informacje są anonimowe i nie udostępniamy ich nikomu.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Nazwa zespołu", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Utwórz konto", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/pt-BR.json b/src/i18n/pt-BR.json index d52c321d11f..15e1e095e72 100644 --- a/src/i18n/pt-BR.json +++ b/src/i18n/pt-BR.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Reenviar", "authVerifyCodeResendTimer": "Você pode solicitar um novo código {{expiration}}.", "authVerifyPasswordHeadline": "Digite sua senha", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancelar", "backupDecryptionModalAction": "Continuar", "backupDecryptionModalMessage": "O backup está protegido por senha.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Convidados", "conversationDetailsActionLeave": "Sair do grupo", "conversationDetailsActionNotifications": "Notificações", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Serviços", "conversationDetailsActionTimedMessages": "Auto-exclusão de mensagens", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingou", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingou", - "conversationPlaybackError": "Falha ao reproduzir", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Adicionar aos favoritos", "conversationPopoverUnfavorite": "Remover dos favoritos", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Imagem postada em {{date}}", "conversationServicesWarning": "Serviços têm acesso ao conteúdo da conversa", "conversationSomeone": "Alguém", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] foi removido da equipe", "conversationToday": "hoje", "conversationTweetAuthor": " no Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Não foi possível alterar o estado dos serviços.", "modalConversationRemoveAction": "Remover", "modalConversationRemoveCloseBtn": "Fechar janela 'Remover'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Desabilitar acesso de convidado?", "modalConversationRemoveGuestsMessage": "Os convidados atuais serão removidos da conversa. Novos convidados não serão permitidos.", "modalConversationRemoveGuestsOrServicesAction": "Desabilitar", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Conectar com outro domínio", "searchConnections": "Conexões", "searchContacts": "Contatos", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "O domínio federado não está disponível no momento.", "searchFederatedDomainNotAvailableLearnMore": "Saiba mais", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupos", + "searchGroupParticipants": "Group participants", "searchInvite": "Convide pessoas para entrar no {{brandName}}", "searchInviteButtonContacts": "Dos Contatos", "searchInviteDetail": "Compartilhar seus contatos ajuda a se conectar com outras pessoas. Nós tornamos anônimas todas as informações e não compartilhamos com ninguém.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Nome da equipe", "teamName.whatIsWireTeamsLink": "O que é uma equipe?", "teamSettingsModalCloseBtn": "Fechar janela 'As configurações da equipe foram alteradas'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Criar uma conta", "temporaryGuestDescription": "Proteja seu negócio com mensagens e chamadas em grupo criptografadas.", "temporaryGuestJoinDescription": "Se você fechar ou atualizar esta página, você perderá o acesso.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Conectando...", "videoCallPaused": "Vídeo pausado", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Seu navegador não oferece suporte a compartilhamento de tela", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/pt-PT.json b/src/i18n/pt-PT.json index f52d1b30798..b2a8c822334 100644 --- a/src/i18n/pt-PT.json +++ b/src/i18n/pt-PT.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Reenviar", "authVerifyCodeResendTimer": "Pode solicitar um novo código {{expiration}}.", "authVerifyPasswordHeadline": "Insira a sua palavra-passe", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancelar", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notificações", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingou", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingou", - "conversationPlaybackError": "Incapaz de reproduzir", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Imagem colada em {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Alguém", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "hoje", "conversationTweetAuthor": " no Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Ligações", "searchContacts": "Contactos", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupos", + "searchGroupParticipants": "Group participants", "searchInvite": "Convidar pessoas para aderir ao {{brandName}}", "searchInviteButtonContacts": "Dos contactos", "searchInviteDetail": "Partilhar os seus contacto ajuda a ligar-se aos outros. Anonimizamos toda a informação e não a partilhamos com ninguém.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Nome da equipa", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Criar uma conta", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/ro-RO.json b/src/i18n/ro-RO.json index 0f3a946ceef..dfac23b638a 100644 --- a/src/i18n/ro-RO.json +++ b/src/i18n/ro-RO.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Retrimite", "authVerifyCodeResendTimer": "Poți cere un nou cod de {{expiration}}.", "authVerifyPasswordHeadline": "Introdu parola ta", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Renunță", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notificări", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinguit", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinguit", - "conversationPlaybackError": "Nu se poate reda", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "A postat o imagine pe {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Cineva", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "azi", "conversationTweetAuthor": " pe Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Conexiuni", "searchContacts": "Contacte", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupuri", + "searchGroupParticipants": "Group participants", "searchInvite": "Invită persoane pe {{brandName}}", "searchInviteButtonContacts": "Din Contacte", "searchInviteDetail": "Împărtășirea contactelor ne ajută să te conectăm cu alții. Noi anonimizăm toate informațiile și nu le împărtășim cu terți.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Numele echipei", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/ru-RU.json b/src/i18n/ru-RU.json index 67e83e0210b..5a6b2344038 100644 --- a/src/i18n/ru-RU.json +++ b/src/i18n/ru-RU.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Отправить повторно", "authVerifyCodeResendTimer": "Вы можете запросить новый код {{expiration}}.", "authVerifyPasswordHeadline": "Введите ваш пароль", + "availability.available": "Доступен", + "availability.away": "Отошел", + "availability.busy": "Занят", + "availability.none": "Отключены", + "availability.status": "Статус", "backupCancel": "Отмена", "backupDecryptionModalAction": "Продолжить", "backupDecryptionModalMessage": "Резервная копия защищена паролем.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Гости", "conversationDetailsActionLeave": "Покинуть группу", "conversationDetailsActionNotifications": "Уведомления", + "conversationDetailsActionRemove": "Удалить группу", "conversationDetailsActionServicesOptions": "Сервисы", "conversationDetailsActionTimedMessages": "Самоудаляющиеся сообщения", "conversationDetailsActionUnblock": "Разблокировать", @@ -535,7 +541,8 @@ "conversationPing": " отправил(-а) пинг", "conversationPingConfirmTitle": "Вы действительно хотите отправить пинг {{memberCount}} пользователям?", "conversationPingYou": " отправили пинг", - "conversationPlaybackError": "Невозможно воспроизвести", + "conversationPlaybackError": "Неподдерживаемый тип видео, пожалуйста, скачайте", + "conversationPlaybackErrorDownload": "Скачать", "conversationPopoverFavorite": "Добавить в избранное", "conversationPopoverUnfavorite": "Удалить из избранного", "conversationProtocolUpdatedToMLS": "Теперь в этой беседе используется новый протокол Messaging Layer Security (MLS). Для обеспечения надежной связи всегда используйте последнюю версию Wire на своих устройствах. [link]Подробнее о MLS[/link]", @@ -553,6 +560,7 @@ "conversationSendPastedFile": "Изображение добавлено {{date}}", "conversationServicesWarning": "Сервисы имеют доступ к содержимому этой беседы", "conversationSomeone": "Кто-то", + "conversationStartNewConversation": "Создать группу", "conversationTeamLeft": "[bold]{{name}}[/bold] был удален из команды", "conversationToday": "сегодня", "conversationTweetAuthor": " в Twitter", @@ -1051,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Не удалось изменить статус сервисов.", "modalConversationRemoveAction": "Удалить", "modalConversationRemoveCloseBtn": "Закрыть окно 'Удалить'", + "modalConversationRemoveGroupAction": "Удалить", + "modalConversationRemoveGroupHeadline": "Удалить групповую беседу?", + "modalConversationRemoveGroupMessage": "Это приведет к удалению группы на данном устройстве. Возможность восстановления содержимого отсутствует.", "modalConversationRemoveGuestsHeadline": "Отключить доступ гостей?", "modalConversationRemoveGuestsMessage": "Текущие гости будут удалены из беседы. Новые гости допущены не будут.", "modalConversationRemoveGuestsOrServicesAction": "Отключить", @@ -1370,6 +1381,7 @@ "searchConnectWithOtherDomain": "Подключиться к другому домену", "searchConnections": "Контакты", "searchContacts": "Контакты", + "searchConversationNames": "Названия бесед", "searchConversations": "Поиск бесед", "searchConversationsNoResult": "Ничего не найдено", "searchConversationsNoResultConnectSuggestion": "Общайтесь с новыми пользователями или начните новую беседу", @@ -1380,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "Федеративный домен в настоящее время недоступен.", "searchFederatedDomainNotAvailableLearnMore": "Подробнее", "searchGroupConversations": "Поиск групповых бесед", - "searchGroups": "Группы", + "searchGroupParticipants": "Участники группы", "searchInvite": "Пригласите друзей в {{brandName}}", "searchInviteButtonContacts": "Из Контактов", "searchInviteDetail": "Доступ к контактам поможет установить связь с другими пользователями. Мы анонимизируем всю информацию и не делимся ею с кем-либо еще.", @@ -1455,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Название команды", "teamName.whatIsWireTeamsLink": "Что такое команда?", "teamSettingsModalCloseBtn": "Закрыть окно 'Настройки команды изменены'", + "teamUpgradeBannerButtonText": "Создать команду Wire", + "teamUpgradeBannerContent": "Познакомьтесь с дополнительными возможностями бесплатно, сохранив тот же уровень безопасности.", + "teamUpgradeBannerHeader": "Наслаждайтесь преимуществами команды", "temporaryGuestCta": "Создать аккаунт", "temporaryGuestDescription": "Защитите ваш бизнес зашифрованными групповыми сообщениями и вызовами.", "temporaryGuestJoinDescription": "Если вы закроете или обновите эту страницу, то потеряете доступ.", @@ -1547,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Показывать только активных спикеров", "videoCallParticipantConnecting": "Подключение...", "videoCallPaused": "Видео приостановлено", + "videoCallScreenShareEndConfirm": "Завершить совместное использование экрана", + "videoCallScreenShareEndConfirmDescription": "Если свернуть окно, совместное использование экрана завершится.", + "videoCallScreenShareEnded": "Ваш совместный доступ к экрану завершен.", "videoCallScreenShareNotSupported": "Ваш браузер не поддерживает совместное использование экрана", "videoCallaudioInputMicrophone": "Микрофон", "videoCallaudioOutputSpeaker": "Динамик", diff --git a/src/i18n/si-LK.json b/src/i18n/si-LK.json index 5159afdd963..6d4684c096e 100644 --- a/src/i18n/si-LK.json +++ b/src/i18n/si-LK.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "නැවත යවන්න", "authVerifyCodeResendTimer": "ඔබට නව කේතයක් ඉල්ලීමට හැකිය {{expiration}}.", "authVerifyPasswordHeadline": "ඔබගේ මුරපදය යොදන්න", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "අවලංගු කරන්න", "backupDecryptionModalAction": "ඉදිරියට", "backupDecryptionModalMessage": "මෙම උපස්ථය මුරපදයකින් ආරක්‍ෂිතයි.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "අමුත්තන්", "conversationDetailsActionLeave": "සමූහය හැරයන්න", "conversationDetailsActionNotifications": "දැනුම්දීම්", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "සේවා", "conversationDetailsActionTimedMessages": "ඉබේ මැකෙන පණිවිඩ", "conversationDetailsActionUnblock": "අනවහිර", @@ -535,7 +541,8 @@ "conversationPing": "හැඬවීය", "conversationPingConfirmTitle": "ඔබට {{memberCount}} දෙනෙකුගේ උපාංග හැඬවීමට වුවමනාද?", "conversationPingYou": "හැඬවීය", - "conversationPlaybackError": "වාදනයට නොහැකිය", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "ප්‍රියතමයන්ට එකතු කරන්න", "conversationPopoverUnfavorite": "ප්‍රියතමයන්ගෙන් ඉවත් කරන්න", "conversationProtocolUpdatedToMLS": "මෙම සංවාදය දැන් නව පණිවිඩකරණ ස්ථර ආරක්‍ෂණ (MLS) කෙටුම්පත භාවිතා කරයි. බාධාවකින් තොරව සන්නිවේදනය සඳහා සැමවිටම ඔබගේ උපාංග වලට නවතම වයර් අනුවාදය බාගන්න. [link]MLS පිළිබඳව තව දැනගන්න[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "{{date}} දී සේයාරුවක් අලවා ඇත", "conversationServicesWarning": "මෙම සංවාදයේ අන්තර්ගතයට සේවා ප්‍රවේශය ඇත", "conversationSomeone": "යමෙක්", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] කණ්ඩායමෙන් ඉවත් කර ඇත", "conversationToday": "අද", "conversationTweetAuthor": "ට්විටර් හි", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "සේවාවල තත්‍වය වෙනස් කිරීමට නොහැකි විය.", "modalConversationRemoveAction": "ඉවත් කරන්න", "modalConversationRemoveCloseBtn": "'ඉවත්කරන' කවුළුව වසන්න", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "අමුත්තන්ට ප්‍රවේශය අබල කරන්නද?", "modalConversationRemoveGuestsMessage": "වත්මන් අමුත්තන් සංවාදයෙන් ඉවත් කරනු ලැබේ. නව අමුත්තන්ට ඉඩ නොදෙනු ඇත.", "modalConversationRemoveGuestsOrServicesAction": "අබල කරන්න", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "වෙනත් වසමකට සම්බන්ධ වන්න", "searchConnections": "සම්බන්ධතා", "searchContacts": "සබඳතා", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "ඒකාබද්ධ වසම දැනට නැත.", "searchFederatedDomainNotAvailableLearnMore": "තව දැනගන්න", "searchGroupConversations": "Search group conversations", - "searchGroups": "සමූහ", + "searchGroupParticipants": "Group participants", "searchInvite": "{{brandName}} වෙත එක්වීමට ආරාධනා කරන්න", "searchInviteButtonContacts": "සබඳතා වලින්", "searchInviteDetail": "ඔබගේ සබඳතා බෙදා ගැනීම අන් අය සමඟ සම්බන්ධ වීමට උපකාරී වේ. අපි සියලුම තොරතුරු නිර්ණාමික කරන අතර ඒවා වෙනත් කිසිවෙකු සමඟ බෙදා නොගන්නෙමු.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "කණ්ඩායමේ නම", "teamName.whatIsWireTeamsLink": "කණ්ඩායමක් යනු කුමක්ද?", "teamSettingsModalCloseBtn": "'කණ්ඩායමේ සැකසුම් සංශෝධිතයි' කවුළුව වසන්න", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "ගිණුමක් සාදන්න", "temporaryGuestDescription": "සංකේතිත සමූහ පණිවිඩකරණය හා සම්මන්ත්‍රණ ඇමතුම් සමඟ ඔබගේ ව්‍යාපාරය සුරක්‍ෂිත කරගන්න.", "temporaryGuestJoinDescription": "ඔබ මෙම පිටුව වසා දැමුවහොත් හෝ නැවුම් කළහොත් ප්‍රවේශය අහිමි වනු ඇත.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "සම්බන්ධ වෙමින්...", "videoCallPaused": "දෘශ්‍ය විරාමයකි", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "තිරය බෙදාගැනීමට මෙම අතිරික්සුව සහය නොදක්වයි", "videoCallaudioInputMicrophone": "ශබ්දවාහිනිය", "videoCallaudioOutputSpeaker": "විකාශකය", diff --git a/src/i18n/sk-SK.json b/src/i18n/sk-SK.json index 66d293b86c6..679514d129f 100644 --- a/src/i18n/sk-SK.json +++ b/src/i18n/sk-SK.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Poslať znovu", "authVerifyCodeResendTimer": "Môžete požiadať o nový kód {{expiration}}.", "authVerifyPasswordHeadline": "Zadajte Vaše heslo", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Zrušiť", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifikácie", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingol", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingol", - "conversationPlaybackError": "Prehrávanie sa nepodarilo", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Vložený obrázok {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Niekto", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "dnes", "conversationTweetAuthor": " na Twitteri", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Pripojenia", "searchContacts": "Kontakty", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Skupiny", + "searchGroupParticipants": "Group participants", "searchInvite": "Pozvať ľudí do {{brandName}}", "searchInviteButtonContacts": "Z kontaktov", "searchInviteDetail": "Zdieľanie kontaktov Vám pomôže spojiť sa s ostatnými. Anonymizujeme všetky informácie a nezdieľame ich s nikým iným.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/sl-SI.json b/src/i18n/sl-SI.json index 74607992ec0..0651dfc1b5d 100644 --- a/src/i18n/sl-SI.json +++ b/src/i18n/sl-SI.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Ponovno pošlji", "authVerifyCodeResendTimer": "Lahko zahtevate novo kodo {{expiration}}.", "authVerifyPasswordHeadline": "Vnesite vaše geslo", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Prekliči", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Obvestila", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " je pingal(-a)", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " je pingal(-a)", - "conversationPlaybackError": "Ni možno predvajati", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Prilepljena slika ob {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Nekdo", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "danes", "conversationTweetAuthor": " na Twitterju", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Povezave", "searchContacts": "Stiki", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Skupine", + "searchGroupParticipants": "Group participants", "searchInvite": "Povabi ostale osebe na {{brandName}}", "searchInviteButtonContacts": "Iz imenika stikov", "searchInviteDetail": "Deljenje vaših stikov pomaga pri povezovanju z drugimi. Vse informacije anonimiziramo in ne delimo z drugimi.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/sr-SP.json b/src/i18n/sr-SP.json index b8425eee7c2..0176182d04a 100644 --- a/src/i18n/sr-SP.json +++ b/src/i18n/sr-SP.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Понови", "authVerifyCodeResendTimer": "Нови код можете затражити {{expiration}}.", "authVerifyPasswordHeadline": "Унесите своју лозинку", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Откажи", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Обавештења", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " пингова", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " пингова", - "conversationPlaybackError": "Не могу да пустим", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Додај у фаворите", "conversationPopoverUnfavorite": "Избаци из омиљених", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Лепљена слика {{date}}", "conversationServicesWarning": "Услуге имају приступ садржају овог разговора", "conversationSomeone": "Неко", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] је уклоњен из тима", "conversationToday": "данас", "conversationTweetAuthor": " на Твитеру", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Везе", "searchContacts": "Контакти", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Групе", + "searchGroupParticipants": "Group participants", "searchInvite": "Позовите људе у Вајер", "searchInviteButtonContacts": "из именика", "searchInviteDetail": "Дељење контаката помаже да се повежете са људима. Сви подаци су анонимни и не делимо их ни са ким.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Име тима", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Направи налог", "temporaryGuestDescription": "Осигурајте своје пословање шифрираним групним порукама и конференцијским позивима.", "temporaryGuestJoinDescription": "Ако ову страницу затворите или освежите, изгубит ћете приступ.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Видео је паузиран", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Дељење екрана није подржано у овом прегледачу", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/sv-SE.json b/src/i18n/sv-SE.json index 5d458f8cf9c..190e06e12f5 100644 --- a/src/i18n/sv-SE.json +++ b/src/i18n/sv-SE.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Skicka igen", "authVerifyCodeResendTimer": "Du kan begära en ny kod inom {{expiration}}.", "authVerifyPasswordHeadline": "Ange ditt lösenord", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Avbryt", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notiser", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingade", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingade", - "conversationPlaybackError": "Kunde inte spela upp", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Klistrade in bilden den {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Någon", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] togs bort från teamet", "conversationToday": "idag", "conversationTweetAuthor": " på Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Anslutningar", "searchContacts": "Kontakter", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Grupper", + "searchGroupParticipants": "Group participants", "searchInvite": "Bjud in personer att använda {{brandName}}", "searchInviteButtonContacts": "Från kontakter", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Skapa ett konto", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Klippet pausades", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/th-TH.json b/src/i18n/th-TH.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/th-TH.json +++ b/src/i18n/th-TH.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/tr-TR.json b/src/i18n/tr-TR.json index f8c0bf82816..ff331df9e19 100644 --- a/src/i18n/tr-TR.json +++ b/src/i18n/tr-TR.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Tekrar gönder", "authVerifyCodeResendTimer": "{{expiration}} içerisinde yeni bir kod isteyebilirsiniz.", "authVerifyPasswordHeadline": "Şifrenizi girin", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "İptal", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Bildirimler", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pingledi", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pingledi", - "conversationPlaybackError": "Oynatılamıyor", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Yapıştırılmış resim, {{date}} ’de", "conversationServicesWarning": "Hizmetler bu sohbetin içeriğine erişebilir", "conversationSomeone": "Birisi", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] ekipten çıkarıldı", "conversationToday": "bugün", "conversationTweetAuthor": " Twitter’da", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Bağlantılar", "searchContacts": "Kişiler", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Gruplar", + "searchGroupParticipants": "Group participants", "searchInvite": "İnsanları {{brandName}}’a katılmaya davet edin", "searchInviteButtonContacts": "Kişilerden", "searchInviteDetail": "Kişileriniz paylaşmak, başkalarıyla bağlanmanızı kolaylaştırır. Tüm bilgilerinizi gizler ve kimseyle paylaşmayız.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Takım adı", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Bir hesap oluştur", "temporaryGuestDescription": "İşletmenizi şifreli grup mesajlaşma ve konferans görüşmeleri ile güvenceye alın.", "temporaryGuestJoinDescription": "Bu sayfayı kapatır veya yenilerseniz, erişiminizi kaybedersiniz.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video duraklatıldı", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Ekran paylaşımı bu tarayıcıda desteklenmiyor", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/uk-UA.json b/src/i18n/uk-UA.json index cb418cc4dea..452bd477798 100644 --- a/src/i18n/uk-UA.json +++ b/src/i18n/uk-UA.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Надіслати ще раз", "authVerifyCodeResendTimer": "Ви можете надіслати запит запит на новий код {{expiration}}.", "authVerifyPasswordHeadline": "Введіть свій пароль", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Скасувати", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Сповіщення", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " відправив(-ла) пінг", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " відправив(-ла) пінг", - "conversationPlaybackError": "Неможливо відтворити", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Додати до вподобань", "conversationPopoverUnfavorite": "Видалити з уподобань", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Надіслав(-ла) зображення {{date}}", "conversationServicesWarning": "Сервіси мають доступ до вмісту цієї розмови", "conversationSomeone": "Хтось", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] був(-ла) видалений(-а) з команди", "conversationToday": "сьогодні", "conversationTweetAuthor": " в Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Контакти", "searchContacts": "Контакти", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Групи", + "searchGroupParticipants": "Group participants", "searchInvite": "Запросіть людей в {{brandName}}", "searchInviteButtonContacts": "З контактів", "searchInviteDetail": "Поділившись контактами, ви зможете зв’язатись в Wire з людьми, з якими ви, можливо, знайомі. Вся інформація анонімна та не передається третім особам.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Назва команди", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Створити акаунт", "temporaryGuestDescription": "Захистіть ваш бізнес за допомогою закриптованих групових розмов та конференц-дзвінків.", "temporaryGuestJoinDescription": "Закривши чи оновивши цю сторінку, ви втратите доступ до розмови.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Відео призупинене", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Ваш браузер не підтримує спільний доступ до екрану", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/uz-UZ.json b/src/i18n/uz-UZ.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/uz-UZ.json +++ b/src/i18n/uz-UZ.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/vi-VN.json b/src/i18n/vi-VN.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/vi-VN.json +++ b/src/i18n/vi-VN.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/zh-CN.json b/src/i18n/zh-CN.json index 28ccfc2a3ae..6a8df0ab123 100644 --- a/src/i18n/zh-CN.json +++ b/src/i18n/zh-CN.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "重发", "authVerifyCodeResendTimer": "您可以在 {{expiration}} 后请求新的验证码。", "authVerifyPasswordHeadline": "输入密码", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "取消", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "通知", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " ping了一下", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " ping了一下", - "conversationPlaybackError": "无法播放", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "添加到收藏", "conversationPopoverUnfavorite": "从收藏中移除", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "已于 {{date}} 粘贴此图像", "conversationServicesWarning": "服务有权访问此对话的内容", "conversationSomeone": "某人", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] 已从团队删除", "conversationToday": "今天", "conversationTweetAuthor": " 在 Twitter 上", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "好友", "searchContacts": "联系人", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "群组", + "searchGroupParticipants": "Group participants", "searchInvite": "邀请好友使用{{brandName}}", "searchInviteButtonContacts": "从您的联系人", "searchInviteDetail": "这将帮助您找到其他联系人。我们将您的资料匿名处理并且不与任何人分享。", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "新增帐户", "temporaryGuestDescription": "通过加密的群组消息和电话会议保护您的业务。", "temporaryGuestJoinDescription": "如果关闭或刷新此页面,您将失去访问权限。", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "视频已暂停", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/zh-HK.json b/src/i18n/zh-HK.json index d92dfcc9061..738f03f9180 100644 --- a/src/i18n/zh-HK.json +++ b/src/i18n/zh-HK.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "Resend", "authVerifyCodeResendTimer": "You can request a new code {{expiration}}.", "authVerifyPasswordHeadline": "Enter your password", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "Cancel", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "Notifications", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " pinged", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " pinged", - "conversationPlaybackError": "Unable to play", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "Pasted image at {{date}}", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "Someone", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "today", "conversationTweetAuthor": " on Twitter", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "Connections", "searchContacts": "Contacts", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "Groups", + "searchGroupParticipants": "Group participants", "searchInvite": "Invite people to join {{brandName}}", "searchInviteButtonContacts": "From Contacts", "searchInviteDetail": "Sharing your contacts helps you connect with others. We anonymize all the information and do not share it with anyone else.", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker", diff --git a/src/i18n/zh-TW.json b/src/i18n/zh-TW.json index ae4000dd34c..488b12846a4 100644 --- a/src/i18n/zh-TW.json +++ b/src/i18n/zh-TW.json @@ -271,6 +271,11 @@ "authVerifyCodeResendDetail": "重新發送", "authVerifyCodeResendTimer": "您可以在 {{expiration}} 後索取新的驗證碼。", "authVerifyPasswordHeadline": "輸入您的密碼", + "availability.available": "Available", + "availability.away": "Away", + "availability.busy": "Busy", + "availability.none": "None", + "availability.status": "Status", "backupCancel": "取消", "backupDecryptionModalAction": "Continue", "backupDecryptionModalMessage": "The backup is password protected.", @@ -438,6 +443,7 @@ "conversationDetailsActionGuestOptions": "Guests", "conversationDetailsActionLeave": "Leave group", "conversationDetailsActionNotifications": "通知", + "conversationDetailsActionRemove": "Remove group", "conversationDetailsActionServicesOptions": "Services", "conversationDetailsActionTimedMessages": "Self-deleting messages", "conversationDetailsActionUnblock": "Unblock", @@ -535,7 +541,8 @@ "conversationPing": " 打了聲招呼", "conversationPingConfirmTitle": "Are you sure you want to ping {{memberCount}} people?", "conversationPingYou": " 打了聲招呼", - "conversationPlaybackError": "無法撥放語音", + "conversationPlaybackError": "Unsupported video type, please download", + "conversationPlaybackErrorDownload": "Download", "conversationPopoverFavorite": "Add to favorites", "conversationPopoverUnfavorite": "Remove from favorites", "conversationProtocolUpdatedToMLS": "This conversation now uses the new Messaging Layer Security (MLS) protocol. To communicate seamlessly, always use the latest version of Wire on your devices. [link]Learn more about MLS[/link]", @@ -553,7 +560,7 @@ "conversationSendPastedFile": "在 {{date}} 張貼的圖片", "conversationServicesWarning": "Services have access to the content of this conversation", "conversationSomeone": "有人", - "conversationStartNewConversation": "Start a new conversation", + "conversationStartNewConversation": "Create a Group", "conversationTeamLeft": "[bold]{{name}}[/bold] was removed from the team", "conversationToday": "今天", "conversationTweetAuthor": " 在推特上", @@ -1052,6 +1059,9 @@ "modalConversationOptionsToggleServiceMessage": "Could not change services state.", "modalConversationRemoveAction": "Remove", "modalConversationRemoveCloseBtn": "Close window 'Remove'", + "modalConversationRemoveGroupAction": "Remove", + "modalConversationRemoveGroupHeadline": "Remove group conversation?", + "modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.", "modalConversationRemoveGuestsHeadline": "Disable guest access?", "modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.", "modalConversationRemoveGuestsOrServicesAction": "Disable", @@ -1371,6 +1381,7 @@ "searchConnectWithOtherDomain": "Connect with other domain", "searchConnections": "連接", "searchContacts": "連絡人", + "searchConversationNames": "Conversation names", "searchConversations": "Search conversations", "searchConversationsNoResult": "No results found", "searchConversationsNoResultConnectSuggestion": "Connect with new users or start a new conversation", @@ -1381,7 +1392,7 @@ "searchFederatedDomainNotAvailable": "The federated domain is currently not available.", "searchFederatedDomainNotAvailableLearnMore": "Learn more", "searchGroupConversations": "Search group conversations", - "searchGroups": "群組", + "searchGroupParticipants": "Group participants", "searchInvite": "邀請好友加入 {{brandName}} 的行列", "searchInviteButtonContacts": "從通訊錄", "searchInviteDetail": "分享您的通訊錄可以幫助您聯絡上其他人,我們會把所有資訊匿名化,並且也不會跟其他人分享這些資訊。", @@ -1456,6 +1467,9 @@ "teamName.teamNamePlaceholder": "Team name", "teamName.whatIsWireTeamsLink": "What is a team?", "teamSettingsModalCloseBtn": "Close window 'Team settings changed'", + "teamUpgradeBannerButtonText": "Create Wire Team", + "teamUpgradeBannerContent": "Explore extra features for free with the same level of security.", + "teamUpgradeBannerHeader": "Enjoy benefits of a team", "temporaryGuestCta": "Create an account", "temporaryGuestDescription": "Secure your business with encrypted group messaging and conference calls.", "temporaryGuestJoinDescription": "If you close or refresh this page, you will lose access.", @@ -1548,6 +1562,9 @@ "videoCallOverlayViewModeSpeakers": "Show active speakers only", "videoCallParticipantConnecting": "Connecting...", "videoCallPaused": "Video paused", + "videoCallScreenShareEndConfirm": "End screen share", + "videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.", + "videoCallScreenShareEnded": "Your screen share has ended.", "videoCallScreenShareNotSupported": "Screen sharing is not supported in this browser", "videoCallaudioInputMicrophone": "Microphone", "videoCallaudioOutputSpeaker": "Speaker",