Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5093657

Browse files
committed
Remove "read" level language for new API scope
1 parent 98b2e12 commit 5093657

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

src/i18n/strings/en_EN.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -590,33 +590,24 @@
590590
"Change which room, message, or user you're viewing": "Change which room, message, or user you're viewing",
591591
"Change the topic of this room": "Change the topic of this room",
592592
"See when the topic changes in this room": "See when the topic changes in this room",
593-
"See the current topic for this room": "See the current topic for this room",
594593
"Change the topic of your active room": "Change the topic of your active room",
595594
"See when the topic changes in your active room": "See when the topic changes in your active room",
596-
"See the current topic in your active room": "See the current topic in your active room",
597595
"Change the name of this room": "Change the name of this room",
598596
"See when the name changes in this room": "See when the name changes in this room",
599-
"See the current name for this room": "See the current name for this room",
600597
"Change the name of your active room": "Change the name of your active room",
601598
"See when the name changes in your active room": "See when the name changes in your active room",
602-
"See the current name of your active room": "See the current name of your active room",
603599
"Change the avatar of this room": "Change the avatar of this room",
604600
"See when the avatar changes in this room": "See when the avatar changes in this room",
605-
"See the current avatar for this room": "See the current avatar for this room",
606601
"Change the avatar of your active room": "Change the avatar of your active room",
607602
"See when the avatar changes in your active room": "See when the avatar changes in your active room",
608-
"See the current avatar for your active room": "See the current avatar for your active room",
609603
"Kick, ban, or invite people to this room, and make you leave": "Kick, ban, or invite people to this room, and make you leave",
610604
"See when people join, leave, or are invited to this room": "See when people join, leave, or are invited to this room",
611-
"See the membership status of anyone in this room": "See the membership status of anyone in this room",
612605
"Kick, ban, or invite people to your active room, and make you leave": "Kick, ban, or invite people to your active room, and make you leave",
613606
"See when people join, leave, or are invited to your active room": "See when people join, leave, or are invited to your active room",
614607
"Send stickers to this room as you": "Send stickers to this room as you",
615608
"See when a sticker is posted in this room": "See when a sticker is posted in this room",
616-
"See recent stickers posted to this room": "See recent stickers posted to this room",
617609
"Send stickers to your active room as you": "Send stickers to your active room as you",
618610
"See when anyone posts a sticker to your active room": "See when anyone posts a sticker to your active room",
619-
"See recent stickers posted to your active room": "See recent stickers posted to your active room",
620611
"with an empty state key": "with an empty state key",
621612
"with state key %(stateKey)s": "with state key %(stateKey)s",
622613
"Send <b>%(eventType)s</b> events as you in this room": "Send <b>%(eventType)s</b> events as you in this room",

src/widgets/CapabilityText.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,48 +70,40 @@ export class CapabilityText {
7070
[WidgetKind.Room]: {
7171
[EventDirection.Send]: _td("Change the topic of this room"),
7272
[EventDirection.Receive]: _td("See when the topic changes in this room"),
73-
[EventDirection.Read]: _td("See the current topic for this room"),
7473
},
7574
[GENERIC_WIDGET_KIND]: {
7675
[EventDirection.Send]: _td("Change the topic of your active room"),
7776
[EventDirection.Receive]: _td("See when the topic changes in your active room"),
78-
[EventDirection.Read]: _td("See the current topic in your active room"),
7977
},
8078
},
8179
[EventType.RoomName]: {
8280
[WidgetKind.Room]: {
8381
[EventDirection.Send]: _td("Change the name of this room"),
8482
[EventDirection.Receive]: _td("See when the name changes in this room"),
85-
[EventDirection.Read]: _td("See the current name for this room"),
8683
},
8784
[GENERIC_WIDGET_KIND]: {
8885
[EventDirection.Send]: _td("Change the name of your active room"),
8986
[EventDirection.Receive]: _td("See when the name changes in your active room"),
90-
[EventDirection.Read]: _td("See the current name of your active room"),
9187
},
9288
},
9389
[EventType.RoomAvatar]: {
9490
[WidgetKind.Room]: {
9591
[EventDirection.Send]: _td("Change the avatar of this room"),
9692
[EventDirection.Receive]: _td("See when the avatar changes in this room"),
97-
[EventDirection.Read]: _td("See the current avatar for this room"),
9893
},
9994
[GENERIC_WIDGET_KIND]: {
10095
[EventDirection.Send]: _td("Change the avatar of your active room"),
10196
[EventDirection.Receive]: _td("See when the avatar changes in your active room"),
102-
[EventDirection.Read]: _td("See the current avatar for your active room"),
10397
},
10498
},
10599
[EventType.RoomMember]: {
106100
[WidgetKind.Room]: {
107101
[EventDirection.Send]: _td("Kick, ban, or invite people to this room, and make you leave"),
108102
[EventDirection.Receive]: _td("See when people join, leave, or are invited to this room"),
109-
[EventDirection.Read]: _td("See the membership status of anyone in this room"),
110103
},
111104
[GENERIC_WIDGET_KIND]: {
112105
[EventDirection.Send]: _td("Kick, ban, or invite people to your active room, and make you leave"),
113106
[EventDirection.Receive]: _td("See when people join, leave, or are invited to your active room"),
114-
[EventDirection.Read]: _td("See the membership status of anyone in this room"),
115107
},
116108
},
117109
};
@@ -121,12 +113,10 @@ export class CapabilityText {
121113
[WidgetKind.Room]: {
122114
[EventDirection.Send]: _td("Send stickers to this room as you"),
123115
[EventDirection.Receive]: _td("See when a sticker is posted in this room"),
124-
[EventDirection.Read]: _td("See recent stickers posted to this room"),
125116
},
126117
[GENERIC_WIDGET_KIND]: {
127118
[EventDirection.Send]: _td("Send stickers to your active room as you"),
128119
[EventDirection.Receive]: _td("See when anyone posts a sticker to your active room"),
129-
[EventDirection.Read]: _td("See recent stickers posted to your active room"),
130120
},
131121
},
132122
};

0 commit comments

Comments
 (0)