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