Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit e5136df

Browse files
committed
Change perspective button labels and add localization notes
1 parent e9e16b6 commit e5136df

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

chrome/locale/en-US/websocket-monitor.properties

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,56 @@
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
15
websocketmonitor.panel.label=Web Sockets
26
websocketmonitor.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
310
websocketmonitor.Pause=Pause
411
websocketmonitor.Unpause=Unpause
512
websocketmonitor.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
618
websocketmonitor.SocketID=Socket ID
719
websocketmonitor.Size=Size
8-
websocketmonitor.Payload=Payload
920
websocketmonitor.OpCode=OpCode
1021
websocketmonitor.MaskBit=MaskBit
1122
websocketmonitor.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.
1227
websocketmonitor.Details=Details
1328
websocketmonitor.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.
1532
websocketmonitor.SocketIO=Socket.IO
33+
34+
# LOCALIZATION NOTE (websocketmonitor.SockJS): A label used as a title for side
35+
# panel that displays SockJS messages.
1636
websocketmonitor.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.
1740
websocketmonitor.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.
2144
websocketmonitor.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.
3154
websocketmonitor.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.
4164
websocketmonitor.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

Comments
 (0)