You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.filter((item): item is Exclude<IOUType,typeofCONST.IOU.TYPE.REQUEST|typeofCONST.IOU.TYPE.SEND|typeofCONST.IOU.TYPE.INVOICE>=>item!==CONST.IOU.TYPE.INVOICE)
`Collaboration between all ${workspaceName} members starts here! 🎉\nUse `,
518
517
beginningOfChatHistoryAnnounceRoomPartTwo: ({workspaceName}: BeginningOfChatHistoryAnnounceRoomPartTwo)=>` to chat about anything ${workspaceName} related.`,
@@ -538,6 +537,7 @@ export default {
538
537
invoice: 'invoice an expense',
539
538
},
540
539
},
540
+
adminOnlyCanPost: 'Only admins can send messages in this room.',
`¡Este es el lugar para que todos los miembros de ${workspaceName} colaboren! 🎉\nUsa `,
512
511
beginningOfChatHistoryAnnounceRoomPartTwo: ({workspaceName}: BeginningOfChatHistoryAnnounceRoomPartTwo)=>` para chatear sobre cualquier cosa relacionada con ${workspaceName}.`,
@@ -532,6 +531,7 @@ export default {
532
531
invoice: 'facturar un gasto',
533
532
},
534
533
},
534
+
adminOnlyCanPost: 'Solo los administradores pueden enviar mensajes en esta sala.',
0 commit comments