13 lines
365 B
Text
13 lines
365 B
Text
hours-ago = { NUMBER($duration) ->
|
|
[1] 1시간 전
|
|
*[other] {$duration} 시간 전
|
|
}
|
|
minutes-ago = { NUMBER($duration) ->
|
|
[1] 1분 전
|
|
*[other] {$duration} 분 전
|
|
}
|
|
show-more = {$more} 더 보기
|
|
clear-all = 모든 알림 지우기
|
|
do-not-disturb = 방해 금지
|
|
notification-settings = 알림 설정...
|
|
no-notifications = 알림이 없습니다
|