Skip to content

Commit a69948d

Browse files
committed
remove go to rooms menu items
1 parent 2fa04d3 commit a69948d

12 files changed

Lines changed: 1 addition & 84 deletions

File tree

src/languages/de.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ import type {
100100
FlightParams,
101101
FormattedMaxLengthParams,
102102
GoBackMessageParams,
103-
GoToRoomParams,
104103
ImportedTagsMessageParams,
105104
ImportedTypesParams,
106105
ImportFieldParams,
@@ -3138,7 +3137,6 @@ const translations = {
31383137
unavailable: 'Nicht verfügbarer Arbeitsbereich',
31393138
memberNotFound: 'Mitglied nicht gefunden. Um ein neues Mitglied zum Arbeitsbereich einzuladen, verwenden Sie bitte die Einladungsschaltfläche oben.',
31403139
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}.`,
3141-
goToRoom: ({roomName}: GoToRoomParams) => `Gehe in den Raum ${roomName}`,
31423140
goToWorkspace: 'Zum Arbeitsbereich gehen',
31433141
goToWorkspaces: 'Zu Arbeitsbereichen gehen',
31443142
clearFilter: 'Filter löschen',

src/languages/en.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,
@@ -3094,7 +3093,6 @@ const translations = {
30943093
unavailable: 'Unavailable workspace',
30953094
memberNotFound: 'Member not found. To invite a new member to the workspace, please use the invite button above.',
30963095
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}.`,
3097-
goToRoom: ({roomName}: GoToRoomParams) => `Go to ${roomName} room`,
30983096
goToWorkspace: 'Go to workspace',
30993097
goToWorkspaces: 'Go to workspaces',
31003098
clearFilter: 'Clear filter',

src/languages/es.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ import type {
8787
FlightParams,
8888
FormattedMaxLengthParams,
8989
GoBackMessageParams,
90-
GoToRoomParams,
9190
ImportedTagsMessageParams,
9291
ImportedTypesParams,
9392
ImportFieldParams,
@@ -3117,7 +3116,6 @@ const translations = {
31173116
unavailable: 'Espacio de trabajo no disponible',
31183117
memberNotFound: 'Miembro no encontrado. Para invitar a un nuevo miembro al espacio de trabajo, por favor, utiliza el botón invitar que está arriba.',
31193118
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}`,
3120-
goToRoom: ({roomName}: GoToRoomParams) => `Ir a la sala ${roomName}`,
31213119
goToWorkspace: 'Ir al espacio de trabajo',
31223120
goToWorkspaces: 'Ir a espacios de trabajo',
31233121
clearFilter: 'Borrar filtro',

src/languages/fr.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ import type {
100100
FlightParams,
101101
FormattedMaxLengthParams,
102102
GoBackMessageParams,
103-
GoToRoomParams,
104103
ImportedTagsMessageParams,
105104
ImportedTypesParams,
106105
ImportFieldParams,
@@ -3140,7 +3139,6 @@ const translations = {
31403139
unavailable: 'Espace de travail indisponible',
31413140
memberNotFound: "Membre introuvable. Pour inviter un nouveau membre à l'espace de travail, veuillez utiliser le bouton d'invitation ci-dessus.",
31423141
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}.`,
3143-
goToRoom: ({roomName}: GoToRoomParams) => `Aller à la salle ${roomName}`,
31443142
goToWorkspace: "Aller à l'espace de travail",
31453143
goToWorkspaces: 'Aller aux espaces de travail',
31463144
clearFilter: 'Effacer le filtre',

src/languages/it.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ import type {
100100
FlightParams,
101101
FormattedMaxLengthParams,
102102
GoBackMessageParams,
103-
GoToRoomParams,
104103
ImportedTagsMessageParams,
105104
ImportedTypesParams,
106105
ImportFieldParams,
@@ -3122,7 +3121,6 @@ const translations = {
31223121
unavailable: 'Spazio di lavoro non disponibile',
31233122
memberNotFound: 'Membro non trovato. Per invitare un nuovo membro al workspace, utilizza il pulsante di invito sopra.',
31243123
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}.`,
3125-
goToRoom: ({roomName}: GoToRoomParams) => `Vai alla stanza ${roomName}`,
31263124
goToWorkspace: 'Vai allo spazio di lavoro',
31273125
goToWorkspaces: 'Vai agli spazi di lavoro',
31283126
clearFilter: 'Cancella filtro',

src/languages/ja.ts

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

src/languages/nl.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ import type {
100100
FlightParams,
101101
FormattedMaxLengthParams,
102102
GoBackMessageParams,
103-
GoToRoomParams,
104103
ImportedTagsMessageParams,
105104
ImportedTypesParams,
106105
ImportFieldParams,
@@ -3123,7 +3122,6 @@ const translations = {
31233122
unavailable: 'Niet-beschikbare werkruimte',
31243123
memberNotFound: 'Lid niet gevonden. Om een nieuw lid aan de werkruimte toe te voegen, gebruik de uitnodigingsknop hierboven.',
31253124
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}.`,
3126-
goToRoom: ({roomName}: GoToRoomParams) => `Ga naar de ${roomName} kamer`,
31273125
goToWorkspace: 'Ga naar werkruimte',
31283126
goToWorkspaces: 'Ga naar werkruimtes',
31293127
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};
@@ -859,7 +857,6 @@ export type {
859857
EnterMagicCodeParams,
860858
FormattedMaxLengthParams,
861859
GoBackMessageParams,
862-
GoToRoomParams,
863860
HeldRequestParams,
864861
InstantSummaryParams,
865862
IssueVirtualCardParams,

src/languages/pl.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ import type {
100100
FlightParams,
101101
FormattedMaxLengthParams,
102102
GoBackMessageParams,
103-
GoToRoomParams,
104103
ImportedTagsMessageParams,
105104
ImportedTypesParams,
106105
ImportFieldParams,
@@ -3116,7 +3115,6 @@ const translations = {
31163115
unavailable: 'Niedostępna przestrzeń robocza',
31173116
memberNotFound: 'Nie znaleziono członka. Aby zaprosić nowego członka do przestrzeni roboczej, użyj przycisku zaproszenia powyżej.',
31183117
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}.`,
3119-
goToRoom: ({roomName}: GoToRoomParams) => `Przejdź do pokoju ${roomName}`,
31203118
goToWorkspace: 'Przejdź do przestrzeni roboczej',
31213119
goToWorkspaces: 'Przejdź do przestrzeni roboczych',
31223120
clearFilter: 'Wyczyść filtr',

src/languages/pt-BR.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ import type {
100100
FlightParams,
101101
FormattedMaxLengthParams,
102102
GoBackMessageParams,
103-
GoToRoomParams,
104103
ImportedTagsMessageParams,
105104
ImportedTypesParams,
106105
ImportFieldParams,
@@ -3119,7 +3118,6 @@ const translations = {
31193118
unavailable: 'Espaço de trabalho indisponível',
31203119
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.',
31213120
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}.`,
3122-
goToRoom: ({roomName}: GoToRoomParams) => `Ir para a sala ${roomName}`,
31233121
goToWorkspace: 'Ir para o espaço de trabalho',
31243122
goToWorkspaces: 'Ir para espaços de trabalho',
31253123
clearFilter: 'Limpar filtro',

0 commit comments

Comments
 (0)