fix(dashboard): use inbox terminology (#30)
This commit is contained in:
@@ -230,7 +230,7 @@ export const messages = {
|
||||
operations: '운영',
|
||||
updated: '갱신',
|
||||
health: '상태',
|
||||
inbox: '인입',
|
||||
inbox: 'Inbox',
|
||||
usage: '사용량',
|
||||
rooms: '룸',
|
||||
scheduled: '예약',
|
||||
@@ -256,8 +256,8 @@ export const messages = {
|
||||
health: '상태',
|
||||
heartbeat: '하트비트',
|
||||
healthSignals: '운영 신호',
|
||||
inbox: '인입',
|
||||
inboxQueue: '대기 항목',
|
||||
inbox: 'Inbox',
|
||||
inboxQueue: 'Queue',
|
||||
usage: '사용량',
|
||||
usageWindow: '남음 / 속도',
|
||||
rooms: '룸',
|
||||
@@ -288,11 +288,11 @@ export const messages = {
|
||||
},
|
||||
},
|
||||
inbox: {
|
||||
empty: '인입 없음.',
|
||||
cardsAria: '인입 항목',
|
||||
summary: '인입 요약',
|
||||
empty: 'Inbox 없음.',
|
||||
cardsAria: 'Inbox 항목',
|
||||
summary: 'Inbox 요약',
|
||||
total: '전체',
|
||||
filters: '인입 필터',
|
||||
filters: 'Inbox 필터',
|
||||
all: '전체',
|
||||
noSummary: '요약 없음',
|
||||
occurred: '발생',
|
||||
@@ -450,7 +450,7 @@ export const messages = {
|
||||
heartbeat: 'Heartbeat',
|
||||
healthSignals: 'Signals',
|
||||
inbox: 'Inbox',
|
||||
inboxQueue: 'Work intake',
|
||||
inboxQueue: 'Queue',
|
||||
usage: 'Usage',
|
||||
usageWindow: 'Remaining / speed',
|
||||
rooms: 'Rooms',
|
||||
@@ -481,7 +481,7 @@ export const messages = {
|
||||
},
|
||||
},
|
||||
inbox: {
|
||||
empty: 'No inbound work.',
|
||||
empty: 'No queued work.',
|
||||
cardsAria: 'Inbox items',
|
||||
summary: 'Inbox summary',
|
||||
total: 'Total',
|
||||
|
||||
Reference in New Issue
Block a user