Skip to content

Commit

Permalink
Merge pull request #52218 from Expensify/jamesdeanexpensify-patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
blimpich authored Nov 8, 2024
2 parents 45a19bf + 5a008be commit 533aed6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
16 changes: 8 additions & 8 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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: {
Expand Down Expand Up @@ -3595,7 +3595,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?',
Expand Down Expand Up @@ -4563,11 +4563,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]}`,
Expand Down Expand Up @@ -4617,7 +4617,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',
Expand Down Expand Up @@ -5216,7 +5216,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)',
Expand Down
18 changes: 10 additions & 8 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -4611,14 +4611,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]}`,
},
},
Expand Down Expand Up @@ -5126,7 +5128,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',
Expand Down Expand Up @@ -5731,7 +5733,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)',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportTypingIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function ReportTypingIndicator({reportID}: ReportTypingIndicatorProps) {
style={[styles.chatItemComposeSecondaryRowSubText, styles.chatItemComposeSecondaryRowOffset]}
numberOfLines={1}
>
{translate('reportTypingIndicator.multipleUsers')}
{translate('reportTypingIndicator.multipleMembers')}
{` ${translate('reportTypingIndicator.areTyping')}`}
</Text>
);
Expand Down

0 comments on commit 533aed6

Please sign in to comment.