rename number to num in ftl

This commit is contained in:
Danny Coates 2017-12-05 19:07:23 -08:00
parent c517b074f1
commit 53d5b08559
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
24 changed files with 87 additions and 87 deletions

View file

@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = 准备好发送
uploadSvgAlt = 上传
uploadSuccessTimingHeader = 您的文件的链接将在首次下载或 24 小时后过期。
expireInfo = 指向该文件的链接将在 { $downloadCount } 或 { $timespan } 后过期。
downloadCount = { $number ->
*[other] { $number } 次下载
downloadCount = { $num ->
*[other] { $num } 次下载
}
timespanHours = { $number ->
*[other] { $number } 小时
timespanHours = { $num ->
*[other] { $num } 小时
}
copyUrlFormLabelWithName = 复制并分享链接以发送您的文件:{ $filename }
copyUrlFormButton = 复制到剪贴板