diff --git a/src/languages/en.ts b/src/languages/en.ts index 2665bfe07ca9..2d0cb597a57d 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -707,7 +707,7 @@ const translations = { reportTypingIndicator: { isTyping: 'is typing...', areTyping: 'are typing...', - multipleUsers: 'Multiple users', + multipleMembers: 'Multiple members', }, reportArchiveReasons: { [CONST.REPORT.ARCHIVE_REASON.DEFAULT]: 'This chat room has been archived.', @@ -1210,7 +1210,7 @@ const translations = { deviceCredentials: 'Device credentials', invalidate: 'Invalidate', destroy: 'Destroy', - maskExportOnyxStateData: 'Mask fragile user data while exporting Onyx state', + maskExportOnyxStateData: 'Mask fragile member data while exporting Onyx state', exportOnyxState: 'Export Onyx state', importOnyxState: 'Import Onyx state', testCrash: 'Test crash', @@ -1643,7 +1643,7 @@ const translations = { }, groupChat: { lastMemberTitle: 'Heads up!', - lastMemberWarning: "Since you're the last person here, leaving will make this chat inaccessible to all users. Are you sure you want to leave?", + lastMemberWarning: "Since you're the last person here, leaving will make this chat inaccessible to all members. Are you sure you want to leave?", defaultReportName: ({displayName}: ReportArchiveReasonsClosedParams) => `${displayName}'s group chat`, }, languagePage: { @@ -3596,7 +3596,7 @@ const translations = { getTheExpensifyCardAndMore: 'Get the Expensify Card and more', }, people: { - genericFailureMessage: 'An error occurred removing a user from the workspace, please try again.', + genericFailureMessage: 'An error occurred removing a member from the workspace, please try again.', removeMembersPrompt: ({memberName}: {memberName: string}) => ({ one: `Are you sure you want to remove ${memberName}?`, other: 'Are you sure you want to remove these members?', @@ -4564,11 +4564,11 @@ const translations = { selectedForRandomAudit: `randomly selected for review`, selectedForRandomAuditMarkdown: `[randomly selected](https://help.expensify.com/articles/expensify-classic/reports/Set-a-random-report-audit-schedule) for review`, share: ({to}: ShareParams) => `invited member ${to}`, - unshare: ({to}: UnshareParams) => `removed user ${to}`, + unshare: ({to}: UnshareParams) => `removed member ${to}`, stripePaid: ({amount, currency}: StripePaidParams) => `paid ${currency}${amount}`, takeControl: `took control`, integrationSyncFailed: ({label, errorMessage}: IntegrationSyncFailedParams) => `failed to sync with ${label}${errorMessage ? ` ("${errorMessage}")` : ''}`, - addEmployee: ({email, role}: AddEmployeeParams) => `added ${email} as ${role === 'user' ? 'member' : 'admin'}`, + addEmployee: ({email, role}: AddEmployeeParams) => `added ${email} as ${role === 'member' || role === 'user' ? 'member' : 'admin'}`, updateRole: ({email, currentRole, newRole}: UpdateRoleParams) => `updated the role of ${email} from ${currentRole} to ${newRole}`, removeMember: ({email, role}: AddEmployeeParams) => `removed ${role} ${email}`, removedConnection: ({connectionName}: ConnectionNameParams) => `removed connection to ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}`, @@ -4618,7 +4618,7 @@ const translations = { chatMessage: 'Chat message', lastChatMessagePreview: 'Last chat message preview', workspaceName: 'Workspace name', - chatUserDisplayNames: 'Chat user display names', + chatUserDisplayNames: 'Chat member display names', scrollToNewestMessages: 'Scroll to newest messages', prestyledText: 'Prestyled text', viewAttachment: 'View attachment', @@ -5217,7 +5217,7 @@ const translations = { hasDraftComment: 'Has draft comment', hasGBR: 'Has GBR', hasRBR: 'Has RBR', - pinnedByUser: 'Pinned by user', + pinnedByUser: 'Pinned by member', hasIOUViolations: 'Has IOU violations', hasAddWorkspaceRoomErrors: 'Has add workspace room errors', isUnread: 'Is unread (focus mode)', diff --git a/src/languages/es.ts b/src/languages/es.ts index ac7f86da9909..f8f395ff92c2 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -701,7 +701,7 @@ const translations = { reportTypingIndicator: { isTyping: 'está escribiendo...', areTyping: 'están escribiendo...', - multipleUsers: 'Varios miembros', + multipleMembers: 'Varios miembros', }, reportArchiveReasons: { [CONST.REPORT.ARCHIVE_REASON.DEFAULT]: 'Esta sala de chat ha sido eliminada.', @@ -1208,7 +1208,7 @@ const translations = { deviceCredentials: 'Credenciales del dispositivo', invalidate: 'Invalidar', destroy: 'Destruir', - maskExportOnyxStateData: 'Enmascare los datos frágiles del usuario mientras exporta el estado Onyx', + maskExportOnyxStateData: 'Enmascare los datos frágiles del miembro mientras exporta el estado Onyx', exportOnyxState: 'Exportar estado Onyx', importOnyxState: 'Importar estado Onyx', testCrash: 'Prueba de fallo', @@ -4612,14 +4612,16 @@ const translations = { selectedForRandomAudit: `seleccionado al azar para revisión`, selectedForRandomAuditMarkdown: `[seleccionado al azar](https://help.expensify.com/articles/expensify-classic/reports/Set-a-random-report-audit-schedule) para revisión`, share: ({to}: ShareParams) => `miembro invitado ${to}`, - unshare: ({to}: UnshareParams) => `usuario eliminado ${to}`, + unshare: ({to}: UnshareParams) => `miembro eliminado ${to}`, stripePaid: ({amount, currency}: StripePaidParams) => `pagado ${currency}${amount}`, takeControl: `tomó el control`, integrationSyncFailed: ({label, errorMessage}: IntegrationSyncFailedParams) => `no se pudo sincronizar con ${label}${errorMessage ? ` ("${errorMessage}")` : ''}`, - addEmployee: ({email, role}: AddEmployeeParams) => `agregó a ${email} como ${role === 'user' ? 'miembro' : 'administrador'}`, + addEmployee: ({email, role}: AddEmployeeParams) => `agregó a ${email} como ${role === 'miembro' || role === 'user' ? 'miembro' : 'administrador'}`, updateRole: ({email, currentRole, newRole}: UpdateRoleParams) => - `actualicé el rol ${email} de ${currentRole === 'user' ? 'miembro' : 'administrador'} a ${newRole === 'user' ? 'miembro' : 'administrador'}`, - removeMember: ({email, role}: AddEmployeeParams) => `eliminado ${role === 'user' ? 'miembro' : 'administrador'} ${email}`, + `actualicé el rol ${email} de ${currentRole === 'miembro' || currentRole === 'user' ? 'miembro' : 'administrador'} a ${ + newRole === 'miembro' || newRole === 'user' ? 'miembro' : 'administrador' + }`, + removeMember: ({email, role}: AddEmployeeParams) => `eliminado ${role === 'miembro' || role === 'user' ? 'miembro' : 'administrador'} ${email}`, removedConnection: ({connectionName}: ConnectionNameParams) => `eliminó la conexión a ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}`, }, }, @@ -5127,7 +5129,7 @@ const translations = { chatMessage: 'mensaje de chat', lastChatMessagePreview: 'Vista previa del último mensaje del chat', workspaceName: 'Nombre del espacio de trabajo', - chatUserDisplayNames: 'Nombres de los usuarios del chat', + chatUserDisplayNames: 'Nombres de los miembros del chat', scrollToNewestMessages: 'Desplázate a los mensajes más recientes', prestyledText: 'texto preestilizado', viewAttachment: 'Ver archivo adjunto', @@ -5732,7 +5734,7 @@ const translations = { hasDraftComment: 'Tiene comentario en borrador', hasGBR: 'Tiene GBR', hasRBR: 'Tiene RBR', - pinnedByUser: 'Fijado por el usuario', + pinnedByUser: 'Fijado por el miembro', hasIOUViolations: 'Tiene violaciones de IOU', hasAddWorkspaceRoomErrors: 'Tiene errores al agregar sala de espacio de trabajo', isUnread: 'No leído (modo de enfoque)', diff --git a/src/pages/home/report/ReportTypingIndicator.tsx b/src/pages/home/report/ReportTypingIndicator.tsx index a04a7700ec98..b5d0e973f031 100755 --- a/src/pages/home/report/ReportTypingIndicator.tsx +++ b/src/pages/home/report/ReportTypingIndicator.tsx @@ -48,7 +48,7 @@ function ReportTypingIndicator({reportID}: ReportTypingIndicatorProps) { style={[styles.chatItemComposeSecondaryRowSubText, styles.chatItemComposeSecondaryRowOffset]} numberOfLines={1} > - {translate('reportTypingIndicator.multipleUsers')} + {translate('reportTypingIndicator.multipleMembers')} {` ${translate('reportTypingIndicator.areTyping')}`} );