diff --git a/app/containers/message/Message.stories.tsx b/app/containers/message/Message.stories.tsx index 7f512e9b0cd..c56ee54143c 100644 --- a/app/containers/message/Message.stories.tsx +++ b/app/containers/message/Message.stories.tsx @@ -1962,6 +1962,8 @@ export const SystemMessages = () => ( + + ); @@ -2003,6 +2005,8 @@ export const SystemMessagesLargeFont = () => ( + + ); diff --git a/app/containers/message/__snapshots__/Message.test.tsx.snap b/app/containers/message/__snapshots__/Message.test.tsx.snap index b6ae6062194..7b9e409c565 100644 --- a/app/containers/message/__snapshots__/Message.test.tsx.snap +++ b/app/containers/message/__snapshots__/Message.test.tsx.snap @@ -93624,6 +93624,348 @@ exports[`Story Snapshots: SystemMessages should match snapshot 1`] = ` + + + + + + + + + + + + + + diego.mello + + + + was removed by ABAC + + + + + + + + + + + + + + + + + + + Unsupported system message + + + + + `; @@ -93655,7 +93997,371 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > + + + + + + + + + + + diego.mello + + + + message removed + + + + + + + + + + + + + + + + + + + + diego.mello + + + + joined the channel + + + + + + + + + - message removed + Pinned a message: + @@ -93837,7 +94546,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - joined the channel + left the channel @@ -94019,7 +94728,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - Pinned a message: + removed rocket.cat - @@ -94204,7 +94910,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - left the channel + added rocket.cat @@ -94386,7 +95092,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - removed rocket.cat + muted rocket.cat @@ -94568,7 +95274,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - added rocket.cat + unmuted rocket.cat @@ -94750,7 +95456,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - muted rocket.cat + defined rocket.cat as admin @@ -94932,7 +95638,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - unmuted rocket.cat + removed rocket.cat as admin @@ -95114,7 +95820,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - defined rocket.cat as admin + changed room name to: New name @@ -95296,7 +96002,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - removed rocket.cat as admin + changed room description to: new description @@ -95478,7 +96184,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - changed room name to: New name + changed room announcement to: new announcement @@ -95660,7 +96366,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - changed room description to: new description + changed room topic to: new topic @@ -95842,7 +96548,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - changed room announcement to: new announcement + changed room to public @@ -96024,7 +96730,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - changed room topic to: new topic + disabled E2E encryption for this room @@ -96206,7 +96912,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - changed room to public + enabled E2E encryption for this room @@ -96388,7 +97094,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - disabled E2E encryption for this room + removed @rocket.cat from this team @@ -96570,7 +97276,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - enabled E2E encryption for this room + added @rocket.cat to this team @@ -96752,7 +97458,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - removed @rocket.cat from this team + added #channel-name to this team @@ -96934,7 +97640,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - added @rocket.cat to this team + converted #channel-name to a team @@ -97116,7 +97822,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - added #channel-name to this team + converted #channel-name to channel @@ -97298,7 +98004,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - converted #channel-name to a team + deleted #channel-name @@ -97480,7 +98186,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - converted #channel-name to channel + removed #channel-name from this team @@ -97662,7 +98368,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - deleted #channel-name + was removed by ABAC @@ -97844,7 +98550,7 @@ exports[`Story Snapshots: SystemMessagesLargeFont should match snapshot 1`] = ` } > - - - diego.mello - - - - removed #channel-name from this team - + + Unsupported system message diff --git a/app/containers/message/utils.ts b/app/containers/message/utils.ts index 384d0fac67c..fef218699d0 100644 --- a/app/containers/message/utils.ts +++ b/app/containers/message/utils.ts @@ -75,7 +75,8 @@ const messagesWithAuthorName: MessageTypesValues[] = [ 'user-unmuted', 'room-unarchived', 'subscription-role-added', - 'subscription-role-removed' + 'subscription-role-removed', + 'abac-removed-user-from-room' ]; export const messageHaveAuthorName = (type: MessageTypesValues): boolean => messagesWithAuthorName.includes(type); @@ -159,6 +160,8 @@ export const getInfoMessage = ({ type, role, msg, author, comment }: TInfoMessag return I18n.t('Removed_user_as_role', { user: msg, role }); case 'message_pinned': return I18n.t('Pinned_a_message'); + case 'abac-removed-user-from-room': + return I18n.t('abac_removed_user_from_the_room'); // without author name case 'ul': diff --git a/app/definitions/IMessage.ts b/app/definitions/IMessage.ts index adeb8718f8d..6842f7399c8 100644 --- a/app/definitions/IMessage.ts +++ b/app/definitions/IMessage.ts @@ -250,7 +250,8 @@ export type MessageTypesValues = | OtrSystemMessages | 'message_pinned' | 'message_snippeted' - | 'jitsi_call_started'; + | 'jitsi_call_started' + | 'abac-removed-user-from-room'; export interface IAttachmentTranslations { [k: string]: string; diff --git a/app/i18n/locales/ar.json b/app/i18n/locales/ar.json index a0746a5f14e..873465a69da 100644 --- a/app/i18n/locales/ar.json +++ b/app/i18n/locales/ar.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "رسالة جديدة من {{name}}: {{message}}", "A11y_incoming_call_dismiss": "تجاهل", "A11y_incoming_call_swipe_down_to_view_options": "اسحب لأسفل لعرض الخيارات", + "abac_removed_user_from_the_room": "تمت إزالته بواسطة ABAC", "Accessibility": "إمكانية الوصول", "Accessibility_and_Appearance": "إمكانية الوصول والمظهر", "Accessibility_statement": "بيان الوصول", diff --git a/app/i18n/locales/bn-IN.json b/app/i18n/locales/bn-IN.json index 95b146f28ed..cc7589c2f7f 100644 --- a/app/i18n/locales/bn-IN.json +++ b/app/i18n/locales/bn-IN.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "{{name}} থেকে নতুন বার্তা: {{message}}", "A11y_incoming_call_dismiss": "বন্ধ করুন", "A11y_incoming_call_swipe_down_to_view_options": "নির্বাচনগুলি দেখতে নিচে সোয়াইপ করুন", + "abac_removed_user_from_the_room": "ABAC দ্বারা সরানো হয়েছে", "accept": "গ্রহণ করুন", "Accessibility": "অ্যাক্সেসিবিলিটি", "Accessibility_and_Appearance": "অ্যাক্সেসিবিলিটি ও চেহারা", diff --git a/app/i18n/locales/cs.json b/app/i18n/locales/cs.json index 9af2efdfae6..fb8e32d4f9d 100644 --- a/app/i18n/locales/cs.json +++ b/app/i18n/locales/cs.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Nová zpráva od {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Zavřít", "A11y_incoming_call_swipe_down_to_view_options": "Přejetím dolů zobrazíte možnosti", + "abac_removed_user_from_the_room": "byl odstraněn pomocí ABAC", "accept": "Akceptovat", "Accessibility": "Přístupnost", "Accessibility_and_Appearance": "Přístupnost a vzhled", diff --git a/app/i18n/locales/de.json b/app/i18n/locales/de.json index c485902adc4..4a245f48cf0 100644 --- a/app/i18n/locales/de.json +++ b/app/i18n/locales/de.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Neue Nachricht von {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Verwerfen", "A11y_incoming_call_swipe_down_to_view_options": "Nach unten wischen, um Optionen anzuzeigen", + "abac_removed_user_from_the_room": "wurde durch ABAC entfernt", "accept": "Annehmen", "Accessibility": "Barrierefreiheit", "Accessibility_and_Appearance": "Barrierefreiheit & Erscheinungsbild", diff --git a/app/i18n/locales/en.json b/app/i18n/locales/en.json index 4c36b2afa3b..1435ae4c19d 100644 --- a/app/i18n/locales/en.json +++ b/app/i18n/locales/en.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "New message from {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Dismiss", "A11y_incoming_call_swipe_down_to_view_options": "Swipe down to view options", + "abac_removed_user_from_the_room": "was removed by ABAC", "accept": "Accept", "Accessibility": "Accessibility", "Accessibility_and_Appearance": "Accessibility & appearance", diff --git a/app/i18n/locales/es.json b/app/i18n/locales/es.json index 5ff50fe88f5..9561b081fbb 100644 --- a/app/i18n/locales/es.json +++ b/app/i18n/locales/es.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "Nuevo mensaje de {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Descartar", "A11y_incoming_call_swipe_down_to_view_options": "Desliza hacia abajo para ver opciones", + "abac_removed_user_from_the_room": "fue eliminado por ABAC", "Accessibility": "Accesibilidad", "Accessibility_and_Appearance": "Accesibilidad y apariencia", "Accessibility_statement": "Declaración de accesibilidad", diff --git a/app/i18n/locales/fi.json b/app/i18n/locales/fi.json index 02c4b692e3e..2327fe84c81 100644 --- a/app/i18n/locales/fi.json +++ b/app/i18n/locales/fi.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Uusi viesti {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Hylkää", "A11y_incoming_call_swipe_down_to_view_options": "Pyyhkäise alas nähdäksesi vaihtoehdot", + "abac_removed_user_from_the_room": "poistettiin ABAC:n toimesta", "Accessibility": "Saavutettavuus", "Accessibility_and_Appearance": "Saavutettavuus ja ulkonäkö", "Accessibility_statement": "Saavutettavuusilmoitus", diff --git a/app/i18n/locales/fr.json b/app/i18n/locales/fr.json index 477a3bdca92..de24f101df7 100644 --- a/app/i18n/locales/fr.json +++ b/app/i18n/locales/fr.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "Nouveau message de {{name}} : {{message}}", "A11y_incoming_call_dismiss": "Ignorer", "A11y_incoming_call_swipe_down_to_view_options": "Faites glisser vers le bas pour voir les options", + "abac_removed_user_from_the_room": "a été supprimé par ABAC", "Accessibility": "Accessibilité", "Accessibility_and_Appearance": "Accessibilité et apparence", "Accessibility_statement": "Déclaration d'accessibilité", diff --git a/app/i18n/locales/hi-IN.json b/app/i18n/locales/hi-IN.json index cc2f95777fe..0dbd91caa15 100644 --- a/app/i18n/locales/hi-IN.json +++ b/app/i18n/locales/hi-IN.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "{{name}} से नया संदेश: {{message}}", "A11y_incoming_call_dismiss": "खारिज करें", "A11y_incoming_call_swipe_down_to_view_options": "विकल्प देखने के लिए नीचे स्वाइप करें", + "abac_removed_user_from_the_room": "ABAC द्वारा हटाया गया", "accept": "स्वीकार करें", "Accessibility": "प्रवेशयोग्यता", "Accessibility_and_Appearance": "प्रवेशयोग्यता और दृश्यता", diff --git a/app/i18n/locales/hu.json b/app/i18n/locales/hu.json index 678ad46d8de..b6b1ec09c5c 100644 --- a/app/i18n/locales/hu.json +++ b/app/i18n/locales/hu.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Új üzenet érkezett {{name}}-tól: {{message}}", "A11y_incoming_call_dismiss": "Elutasítás", "A11y_incoming_call_swipe_down_to_view_options": "Húzza lefelé az opciók megtekintéséhez", + "abac_removed_user_from_the_room": "eltávolítva az ABAC által", "accept": "Elfogadom", "Accessibility": "Akadálymentesség", "Accessibility_and_Appearance": "Hozzáférhetőség és megjelenés", diff --git a/app/i18n/locales/it.json b/app/i18n/locales/it.json index cbbff6eb3b1..0f48f43cba6 100644 --- a/app/i18n/locales/it.json +++ b/app/i18n/locales/it.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Nuovo messaggio da {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Ignora", "A11y_incoming_call_swipe_down_to_view_options": "Scorri verso il basso per visualizzare le opzioni", + "abac_removed_user_from_the_room": "è stato rimosso da ABAC", "Accessibility": "Accessibilità", "Accessibility_and_Appearance": "Accessibilità e aspetto", "Accessibility_statement": "Dichiarazione di accessibilità", diff --git a/app/i18n/locales/ja.json b/app/i18n/locales/ja.json index 6eac408d43c..54006a2c665 100644 --- a/app/i18n/locales/ja.json +++ b/app/i18n/locales/ja.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "{{name}} からの新しいメッセージ: {{message}}", "A11y_incoming_call_dismiss": "閉じる", "A11y_incoming_call_swipe_down_to_view_options": "オプションを見るには下にスワイプしてください", + "abac_removed_user_from_the_room": "ABACによって削除されました", "Accessibility": "アクセシビリティ", "Accessibility_and_Appearance": "アクセシビリティと外観", "Accessibility_statement": "アクセシビリティ声明", diff --git a/app/i18n/locales/nl.json b/app/i18n/locales/nl.json index b4f0bbb4c89..784d7f4932a 100644 --- a/app/i18n/locales/nl.json +++ b/app/i18n/locales/nl.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "Nieuw bericht van {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Afwijzen", "A11y_incoming_call_swipe_down_to_view_options": "Veeg omlaag om opties te bekijken", + "abac_removed_user_from_the_room": "werd verwijderd door ABAC", "Accessibility": "Toegankelijkheid", "Accessibility_and_Appearance": "Toegankelijkheid & uiterlijk", "Accessibility_statement": "Toegankelijkheidsverklaring", diff --git a/app/i18n/locales/nn.json b/app/i18n/locales/nn.json index f89f7c77d64..f14bacb8020 100644 --- a/app/i18n/locales/nn.json +++ b/app/i18n/locales/nn.json @@ -7,6 +7,7 @@ "A11y_in_app_notification": "Ny melding frå {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Avslå", "A11y_incoming_call_swipe_down_to_view_options": "Sveip ned for å sjå alternativa", + "abac_removed_user_from_the_room": "vart fjerna av ABAC", "accept": "Aksepter", "Accessibility": "Tilgjengelighet", "Accessibility_and_Appearance": "Tilgjengelighet og utseende", diff --git a/app/i18n/locales/no.json b/app/i18n/locales/no.json index 6ba497f838c..854d2a1e202 100644 --- a/app/i18n/locales/no.json +++ b/app/i18n/locales/no.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Ny melding fra {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Avvis", "A11y_incoming_call_swipe_down_to_view_options": "Dra ned for å se alternativer", + "abac_removed_user_from_the_room": "ble fjernet av ABAC", "accept": "Aksepter", "Accessibility": "Tilgjengelighet", "Accessibility_and_Appearance": "Tilgjengelighet og utseende", diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index 541bfa95f2b..a633bd118b4 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Nova mensagem de {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Dispensar", "A11y_incoming_call_swipe_down_to_view_options": "Deslize para baixo para ver as opções", + "abac_removed_user_from_the_room": "foi removido pelo ABAC", "accept": "Aceitar", "Accessibility": "Acessibilidade", "Accessibility_and_Appearance": "Acessibilidade e aparência", diff --git a/app/i18n/locales/pt-PT.json b/app/i18n/locales/pt-PT.json index c6200efc916..9392036e3bf 100644 --- a/app/i18n/locales/pt-PT.json +++ b/app/i18n/locales/pt-PT.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "Nova mensagem de {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Dispensar", "A11y_incoming_call_swipe_down_to_view_options": "Deslize para baixo para ver as opções.", + "abac_removed_user_from_the_room": "foi removido pelo ABAC", "Accessibility": "Acessibilidade", "Accessibility_and_Appearance": "Acessibilidade e aparência", "Accessibility_statement": "Declaração de acessibilidade", diff --git a/app/i18n/locales/ru.json b/app/i18n/locales/ru.json index 9f19d89f889..9be29162986 100644 --- a/app/i18n/locales/ru.json +++ b/app/i18n/locales/ru.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Новое сообщение от {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Отклонить", "A11y_incoming_call_swipe_down_to_view_options": "Проведите вниз, чтобы просмотреть варианты действий", + "abac_removed_user_from_the_room": "был удалён ABAC'ом", "Accessibility": "Доступность", "Accessibility_and_Appearance": "Доступность и внешний вид", "Accessibility_statement": "Заявление о доступности", diff --git a/app/i18n/locales/sl-SI.json b/app/i18n/locales/sl-SI.json index 31781d2b207..dcbf3aeaff3 100644 --- a/app/i18n/locales/sl-SI.json +++ b/app/i18n/locales/sl-SI.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Novo sporočilo od {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Opusti", "A11y_incoming_call_swipe_down_to_view_options": "Podrsnite navzdol za ogled možnosti", + "abac_removed_user_from_the_room": "je bil odstranjen s strani ABAC", "Accessibility": "Dostopnost", "Accessibility_and_Appearance": "Dostopnost in videz", "Accessibility_statement": "Izjava o dostopnosti", diff --git a/app/i18n/locales/sv.json b/app/i18n/locales/sv.json index 21c289591b7..a19bfde9387 100644 --- a/app/i18n/locales/sv.json +++ b/app/i18n/locales/sv.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "Nytt meddelande från {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Avvisa", "A11y_incoming_call_swipe_down_to_view_options": "Svep nedåt för att se alternativ", + "abac_removed_user_from_the_room": "togs bort av ABAC", "Accessibility": "Tillgänglighet", "Accessibility_and_Appearance": "Tillgänglighet och utseende", "Accessibility_statement": "Tillgänglighetsredogörelse", diff --git a/app/i18n/locales/ta-IN.json b/app/i18n/locales/ta-IN.json index b97024effdc..d33cc035f80 100644 --- a/app/i18n/locales/ta-IN.json +++ b/app/i18n/locales/ta-IN.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "{{name}}-இருந்து புதிய செய்தி: {{message}}", "A11y_incoming_call_dismiss": "தள்ளு", "A11y_incoming_call_swipe_down_to_view_options": "விருப்பங்களைப் பார்க்க கீழே நகர்த்தவும்", + "abac_removed_user_from_the_room": "ABAC மூலம் அகற்றப்பட்டது", "accept": "ஏற்றுக்கொள்", "Accessibility": "அணுகல் மேம்பாடு", "Accessibility_and_Appearance": "நுகர்வுத்திறன் மற்றும் தோற்றம்", diff --git a/app/i18n/locales/te-IN.json b/app/i18n/locales/te-IN.json index 682d2fa665c..39f56d3e6e4 100644 --- a/app/i18n/locales/te-IN.json +++ b/app/i18n/locales/te-IN.json @@ -12,6 +12,7 @@ "A11y_in_app_notification": "{{name}} నుండి కొత్త సందేశం: {{message}}", "A11y_incoming_call_dismiss": "ఖారు చేయండి", "A11y_incoming_call_swipe_down_to_view_options": "క్రిందికి స్వైప్ చేయి, పరామితులను చూడండి", + "abac_removed_user_from_the_room": "ABAC ద్వారా తొలగించబడింది", "accept": "అంగీకరించు", "Accessibility": "एक्सेसिबिलिटी", "Accessibility_and_Appearance": "प्रवेशयोग्यता और रूपरेखा", diff --git a/app/i18n/locales/tr.json b/app/i18n/locales/tr.json index 54bdecd83be..a49577e72ac 100644 --- a/app/i18n/locales/tr.json +++ b/app/i18n/locales/tr.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "Yeni mesaj {{name}}: {{message}}", "A11y_incoming_call_dismiss": "Dismiss et.", "A11y_incoming_call_swipe_down_to_view_options": "Aşağı kaydırarak seçenekleri görüntüle", + "abac_removed_user_from_the_room": "ABAC tarafından kaldırıldı", "Accessibility": "Erişilebilirlik", "Accessibility_and_Appearance": "Erişilebilirlik ve görünüm", "Accessibility_statement": "Erişilebilirlik beyanı", diff --git a/app/i18n/locales/zh-CN.json b/app/i18n/locales/zh-CN.json index 987c8fc7eff..b98af6e2e51 100644 --- a/app/i18n/locales/zh-CN.json +++ b/app/i18n/locales/zh-CN.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "来自{{name}}的新消息:{{message}}", "A11y_incoming_call_dismiss": "关闭", "A11y_incoming_call_swipe_down_to_view_options": "向下滑动以查看选项", + "abac_removed_user_from_the_room": "被ABAC删除", "Accessibility": "无障碍性", "Accessibility_and_Appearance": "辅助功能和外观", "Accessibility_statement": "无障碍声明", diff --git a/app/i18n/locales/zh-TW.json b/app/i18n/locales/zh-TW.json index bc818601579..e80257999eb 100644 --- a/app/i18n/locales/zh-TW.json +++ b/app/i18n/locales/zh-TW.json @@ -8,6 +8,7 @@ "A11y_in_app_notification": "來自 {{name}} 的新訊息:{{message}}", "A11y_incoming_call_dismiss": "關閉", "A11y_incoming_call_swipe_down_to_view_options": "向下滑動以查看選項", + "abac_removed_user_from_the_room": "被ABAC刪除", "Accessibility": "無障礙設施", "Accessibility_and_Appearance": "無障礙功能與外觀", "Accessibility_statement": "无障碍声明",