Skip to content

Commit 4ab7369

Browse files
authored
Merge pull request Expensify#64610 from FitseTLT/fix-remove-go-to-rooms-workpsace-menu-items
Fix - Remove "Go to [room]" options from Workspace overflow
2 parents ad1501e + b3c1fb8 commit 4ab7369

12 files changed

Lines changed: 1 addition & 87 deletions

File tree

src/languages/de.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ import type {
101101
FlightParams,
102102
FormattedMaxLengthParams,
103103
GoBackMessageParams,
104-
GoToRoomParams,
105104
ImportedTagsMessageParams,
106105
ImportedTypesParams,
107106
ImportFieldParams,
@@ -3151,7 +3150,6 @@ const translations = {
31513150
unavailable: 'Nicht verfügbarer Arbeitsbereich',
31523151
memberNotFound: 'Mitglied nicht gefunden. Um ein neues Mitglied zum Arbeitsbereich einzuladen, verwenden Sie bitte die Einladungsschaltfläche oben.',
31533152
notAuthorized: `Sie haben keinen Zugriff auf diese Seite. Wenn Sie versuchen, diesem Arbeitsbereich beizutreten, bitten Sie einfach den Besitzer des Arbeitsbereichs, Sie als Mitglied hinzuzufügen. Etwas anderes? Kontaktieren Sie ${CONST.EMAIL.CONCIERGE}.`,
3154-
goToRoom: ({roomName}: GoToRoomParams) => `Gehe in den Raum ${roomName}`,
31553153
goToWorkspace: 'Zum Arbeitsbereich gehen',
31563154
goToWorkspaces: 'Zu Arbeitsbereichen gehen',
31573155
clearFilter: 'Filter löschen',

src/languages/en.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ import type {
8989
FlightParams,
9090
FormattedMaxLengthParams,
9191
GoBackMessageParams,
92-
GoToRoomParams,
9392
ImportedTagsMessageParams,
9493
ImportedTypesParams,
9594
ImportFieldParams,
@@ -3107,7 +3106,6 @@ const translations = {
31073106
unavailable: 'Unavailable workspace',
31083107
memberNotFound: 'Member not found. To invite a new member to the workspace, please use the invite button above.',
31093108
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}.`,
3110-
goToRoom: ({roomName}: GoToRoomParams) => `Go to ${roomName} room`,
31113109
goToWorkspace: 'Go to workspace',
31123110
goToWorkspaces: 'Go to workspaces',
31133111
clearFilter: 'Clear filter',

src/languages/es.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ import type {
8888
FlightParams,
8989
FormattedMaxLengthParams,
9090
GoBackMessageParams,
91-
GoToRoomParams,
9291
ImportedTagsMessageParams,
9392
ImportedTypesParams,
9493
ImportFieldParams,
@@ -3130,7 +3129,6 @@ const translations = {
31303129
unavailable: 'Espacio de trabajo no disponible',
31313130
memberNotFound: 'Miembro no encontrado. Para invitar a un nuevo miembro al espacio de trabajo, por favor, utiliza el botón invitar que está arriba.',
31323131
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}`,
3133-
goToRoom: ({roomName}: GoToRoomParams) => `Ir a la sala ${roomName}`,
31343132
goToWorkspace: 'Ir al espacio de trabajo',
31353133
goToWorkspaces: 'Ir a espacios de trabajo',
31363134
clearFilter: 'Borrar filtro',

src/languages/fr.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ import type {
101101
FlightParams,
102102
FormattedMaxLengthParams,
103103
GoBackMessageParams,
104-
GoToRoomParams,
105104
ImportedTagsMessageParams,
106105
ImportedTypesParams,
107106
ImportFieldParams,
@@ -3154,7 +3153,6 @@ const translations = {
31543153
unavailable: 'Espace de travail indisponible',
31553154
memberNotFound: "Membre introuvable. Pour inviter un nouveau membre à l'espace de travail, veuillez utiliser le bouton d'invitation ci-dessus.",
31563155
notAuthorized: `Vous n'avez pas accès à cette page. Si vous essayez de rejoindre cet espace de travail, demandez simplement au propriétaire de l'espace de travail de vous ajouter en tant que membre. Autre chose ? Contactez ${CONST.EMAIL.CONCIERGE}.`,
3157-
goToRoom: ({roomName}: GoToRoomParams) => `Aller à la salle ${roomName}`,
31583156
goToWorkspace: "Aller à l'espace de travail",
31593157
goToWorkspaces: 'Aller aux espaces de travail',
31603158
clearFilter: 'Effacer le filtre',

src/languages/it.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ import type {
101101
FlightParams,
102102
FormattedMaxLengthParams,
103103
GoBackMessageParams,
104-
GoToRoomParams,
105104
ImportedTagsMessageParams,
106105
ImportedTypesParams,
107106
ImportFieldParams,
@@ -3135,7 +3134,6 @@ const translations = {
31353134
unavailable: 'Spazio di lavoro non disponibile',
31363135
memberNotFound: 'Membro non trovato. Per invitare un nuovo membro al workspace, utilizza il pulsante di invito sopra.',
31373136
notAuthorized: `Non hai accesso a questa pagina. Se stai cercando di unirti a questo spazio di lavoro, chiedi semplicemente al proprietario dello spazio di lavoro di aggiungerti come membro. Qualcos'altro? Contatta ${CONST.EMAIL.CONCIERGE}.`,
3138-
goToRoom: ({roomName}: GoToRoomParams) => `Vai alla stanza ${roomName}`,
31393137
goToWorkspace: 'Vai allo spazio di lavoro',
31403138
goToWorkspaces: 'Vai agli spazi di lavoro',
31413139
clearFilter: 'Cancella filtro',

src/languages/ja.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ import type {
101101
FlightParams,
102102
FormattedMaxLengthParams,
103103
GoBackMessageParams,
104-
GoToRoomParams,
105104
ImportedTagsMessageParams,
106105
ImportedTypesParams,
107106
ImportFieldParams,
@@ -3121,7 +3120,6 @@ const translations = {
31213120
unavailable: '利用できないワークスペース',
31223121
memberNotFound: 'メンバーが見つかりません。新しいメンバーをワークスペースに招待するには、上の招待ボタンを使用してください。',
31233122
notAuthorized: `このページにアクセスする権限がありません。このワークスペースに参加しようとしている場合は、ワークスペースのオーナーにメンバーとして追加してもらってください。他に何かお困りですか?${CONST.EMAIL.CONCIERGE}にお問い合わせください。`,
3124-
goToRoom: ({roomName}: GoToRoomParams) => `${roomName} ルームに行く`,
31253123
goToWorkspace: 'ワークスペースに移動',
31263124
goToWorkspaces: 'ワークスペースに移動',
31273125
clearFilter: 'フィルターをクリア',

src/languages/nl.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ import type {
101101
FlightParams,
102102
FormattedMaxLengthParams,
103103
GoBackMessageParams,
104-
GoToRoomParams,
105104
ImportedTagsMessageParams,
106105
ImportedTypesParams,
107106
ImportFieldParams,
@@ -3136,7 +3135,6 @@ const translations = {
31363135
unavailable: 'Niet-beschikbare werkruimte',
31373136
memberNotFound: 'Lid niet gevonden. Om een nieuw lid aan de werkruimte toe te voegen, gebruik de uitnodigingsknop hierboven.',
31383137
notAuthorized: `Je hebt geen toegang tot deze pagina. Als je probeert lid te worden van deze werkruimte, vraag dan de eigenaar van de werkruimte om je als lid toe te voegen. Iets anders? Neem contact op met ${CONST.EMAIL.CONCIERGE}.`,
3139-
goToRoom: ({roomName}: GoToRoomParams) => `Ga naar de ${roomName} kamer`,
31403138
goToWorkspace: 'Ga naar werkruimte',
31413139
goToWorkspaces: 'Ga naar werkruimtes',
31423140
clearFilter: 'Filter wissen',

src/languages/params.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ type StepCounterParams = {step: number; total?: number; text?: string};
219219

220220
type UserIsAlreadyMemberParams = {login: string; name: string};
221221

222-
type GoToRoomParams = {roomName: string};
223-
224222
type NewWorkspaceNameParams = {userName: string; workspaceNumber?: number};
225223

226224
type RoomNameReservedErrorParams = {reservedName: string};
@@ -869,7 +867,6 @@ export type {
869867
EnterMagicCodeParams,
870868
FormattedMaxLengthParams,
871869
GoBackMessageParams,
872-
GoToRoomParams,
873870
SubmittedToVacationDelegateParams,
874871
HeldRequestParams,
875872
InstantSummaryParams,

src/languages/pl.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ import type {
101101
FlightParams,
102102
FormattedMaxLengthParams,
103103
GoBackMessageParams,
104-
GoToRoomParams,
105104
ImportedTagsMessageParams,
106105
ImportedTypesParams,
107106
ImportFieldParams,
@@ -3129,7 +3128,6 @@ const translations = {
31293128
unavailable: 'Niedostępna przestrzeń robocza',
31303129
memberNotFound: 'Nie znaleziono członka. Aby zaprosić nowego członka do przestrzeni roboczej, użyj przycisku zaproszenia powyżej.',
31313130
notAuthorized: `Nie masz dostępu do tej strony. Jeśli próbujesz dołączyć do tego miejsca pracy, poproś właściciela miejsca pracy o dodanie Cię jako członka. Coś innego? Skontaktuj się z ${CONST.EMAIL.CONCIERGE}.`,
3132-
goToRoom: ({roomName}: GoToRoomParams) => `Przejdź do pokoju ${roomName}`,
31333131
goToWorkspace: 'Przejdź do przestrzeni roboczej',
31343132
goToWorkspaces: 'Przejdź do przestrzeni roboczych',
31353133
clearFilter: 'Wyczyść filtr',

src/languages/pt-BR.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ import type {
101101
FlightParams,
102102
FormattedMaxLengthParams,
103103
GoBackMessageParams,
104-
GoToRoomParams,
105104
ImportedTagsMessageParams,
106105
ImportedTypesParams,
107106
ImportFieldParams,
@@ -3132,7 +3131,6 @@ const translations = {
31323131
unavailable: 'Espaço de trabalho indisponível',
31333132
memberNotFound: 'Membro não encontrado. Para convidar um novo membro para o espaço de trabalho, por favor, use o botão de convite acima.',
31343133
notAuthorized: `Você não tem acesso a esta página. Se você está tentando entrar neste espaço de trabalho, basta pedir ao proprietário do espaço de trabalho para adicioná-lo como membro. Algo mais? Entre em contato com ${CONST.EMAIL.CONCIERGE}.`,
3135-
goToRoom: ({roomName}: GoToRoomParams) => `Ir para a sala ${roomName}`,
31363134
goToWorkspace: 'Ir para o espaço de trabalho',
31373135
goToWorkspaces: 'Ir para espaços de trabalho',
31383136
clearFilter: 'Limpar filtro',

0 commit comments

Comments
 (0)