1+ pluralRule =1
2+
3+ # LOCALIZATION NOTE (websocketmonitor.panel.label, websocketmonitor.panel.tip):
4+ # A label and a tooltip used for the Web Socket panel tab
15websocketmonitor.panel.label =Web Sockets
26websocketmonitor.panel.tip =Monitor Web Sockets communication
7+
8+ # LOCALIZATION NOTE (websocketmonitor.Pause, websocketmonitor.Unpause, websocketmonitor.Clear):
9+ # A label used for the toolbar buttons in Web Socket panel
310websocketmonitor.Pause =Pause
411websocketmonitor.Unpause =Unpause
512websocketmonitor.Clear =Clear
13+
14+ # LOCALIZATION NOTE (websocketmonitor.SocketID, websocketmonitor.Size,
15+ # websocketmonitor.Payload, websocketmonitor.OpCode, websocketmonitor.MaskBit,
16+ # websocketmonitor.FinBit, websocketmonitor.Time): A label used for in
17+ # the table header for frame list
618websocketmonitor.SocketID =Socket ID
719websocketmonitor.Size =Size
8- websocketmonitor.Payload =Payload
920websocketmonitor.OpCode =OpCode
1021websocketmonitor.MaskBit =MaskBit
1122websocketmonitor.FinBit =FinBit
23+ websocketmonitor.Time =Time
24+
25+ # LOCALIZATION NOTE (websocketmonitor.Details, websocketmonitor.Payload):
26+ # A label used as a title for a side panel tab.
1227websocketmonitor.Details =Details
1328websocketmonitor.Payload =Payload
14- websocketmonitor.Time =Time
29+
30+ # LOCALIZATION NOTE (websocketmonitor.SocketIO): A label used as a title for side
31+ # panel that displays Socket.IO messages.
1532websocketmonitor.SocketIO =Socket.IO
33+
34+ # LOCALIZATION NOTE (websocketmonitor.SockJS): A label used as a title for side
35+ # panel that displays SockJS messages.
1636websocketmonitor.SockJS =SockJS
37+
38+ # LOCALIZATION NOTE (websocketmonitor.JSON): A label used as a title for side
39+ # panel that displays payload as JSON expandable tree.
1740websocketmonitor.JSON =JSON
1841
1942# LOCALIZATION NOTE (websocketmonitor.WAMP): A label used as a title for side
20- # panel that displays WAMP WS messages.
43+ # panel that displays WAMP messages.
2144websocketmonitor.WAMP =WAMP
2245
2346# LOCALIZATION NOTE (websocketmonitor.option.tabularView): A label and tooltip
2447# used for a toolbar button that allows switching the frame list to
2548# Tabular view
26- websocketmonitor.option.tabularView =Tabular View
27- websocketmonitor.option.tip.tabularView =Use tabular view for list of sent and received frames.
28-
29- pluralRule =1
49+ websocketmonitor.option.tabularView =Show in Table
50+ websocketmonitor.option.tip.tabularView =Use table for list of sent and received frames.
3051
52+ # LOCALIZATION NOTE (websocketmonitor.summary.frameCount): A label used for
53+ # a footer in table perspective.
3154websocketmonitor.summary.frameCount =%1$S frame;%1$S frames
3255
3356# LOCALIZATION NOTE (websocketmonitor.label.sent, websocketmonitor.label.received):
@@ -40,8 +63,10 @@ websocketmonitor.label.received=Received
4063# reached maximum limit.
4164websocketmonitor.limit.removedFrames =%1$S frame removed;%1$S frames removed
4265
43- websocketmonitor.perspective.listView =Show List
44- websocketmonitor.perspective.tableView =Show Table
66+ # LOCALIZATION NOTE (websocketmonitor.perspective.listView, websocketmonitor.perspective.tableView):
67+ # A label used for toolbar perspective button.
68+ websocketmonitor.perspective.listView =Show as Chat
69+ websocketmonitor.perspective.tableView =Show in Table
4570
4671# LOCALIZATION NOTE (webSockets.network.filter.label, webSockets.network.filter.tip):
4772# A label and tooltip used for a filter toolbar button displayed in the Network panel.
0 commit comments