i18n(zh-TW): update translation (#1039)
This commit is contained in:
parent
a1a361cb81
commit
2dba07fcae
13 changed files with 94 additions and 88 deletions
|
|
@ -1,15 +1,15 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 小時前
|
||||
*[other] {$duration} 小時前
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 分鐘前
|
||||
*[other] {$duration} 分鐘前
|
||||
}
|
||||
show-less = 顯示較少
|
||||
show-more = 顯示更多 {$more} 項
|
||||
clear-group = 清除群組
|
||||
hours-ago = { $duration } { $duration ->
|
||||
[one] 小時
|
||||
*[other] 小時
|
||||
} 前
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] 分鐘
|
||||
*[other] 分鐘
|
||||
} 前
|
||||
show-less = 顯示更少
|
||||
show-more = 顯示其餘 {$more} 項
|
||||
clear-group = 清除此群組
|
||||
clear-all = 清除所有通知
|
||||
do-not-disturb = 勿擾模式
|
||||
notification-settings = 通知設定...
|
||||
no-notifications = 沒有通知
|
||||
do-not-disturb = 請勿打擾
|
||||
notification-settings = 通知設定…
|
||||
no-notifications = 無通知
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue