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
Copy file name to clipboardExpand all lines: src/languages/en.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2481,6 +2481,7 @@ const translations = {
2481
2481
notAuthorized: `You don't have access to this page. If you're trying to join this workspace, just ask the workspace owner to add you as a member. Something else? Reach out to ${CONST.EMAIL.CONCIERGE}.`,
2482
2482
goToRoom: ({roomName}: GoToRoomParams)=>`Go to ${roomName} room`,
2483
2483
goToWorkspace: 'Go to workspace',
2484
+
clearFilter: 'Clear filter',
2484
2485
workspaceName: 'Workspace name',
2485
2486
workspaceOwner: 'Owner',
2486
2487
workspaceType: 'Workspace type',
@@ -3706,7 +3707,7 @@ const translations = {
3706
3707
description: 'Rooms are a great place to discuss and work with multiple people. To begin collaborating, create or join a workspace',
Copy file name to clipboardExpand all lines: src/languages/es.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2504,6 +2504,7 @@ const translations = {
2504
2504
notAuthorized: `No tienes acceso a esta página. Si estás intentando unirte a este espacio de trabajo, pide al dueño del espacio de trabajo que te añada como miembro. ¿Necesitas algo más? Comunícate con ${CONST.EMAIL.CONCIERGE}`,
2505
2505
goToRoom: ({roomName}: GoToRoomParams)=>`Ir a la sala ${roomName}`,
2506
2506
goToWorkspace: 'Ir al espacio de trabajo',
2507
+
clearFilter: 'Borrar filtro',
2507
2508
workspaceName: 'Nombre del espacio de trabajo',
2508
2509
workspaceOwner: 'Dueño',
2509
2510
workspaceType: 'Tipo de espacio de trabajo',
@@ -3751,7 +3752,7 @@ const translations = {
3751
3752
description: 'Las salas son un gran lugar para discutir y trabajar con varias personas. Para comenzar a colaborar, cree o únase a un espacio de trabajo',
0 commit comments