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 = ファイルへのリンクは、1 回ダウンロードされた後、もしくは 24 時間以内に期限切れとなります。
expireInfo = このファイルへのリンクは { $downloadCount } あるいは { $timespan } 後に期限切れとなります。
downloadCount = { $number ->
*[other] { $number } 回のダウンロード
downloadCount = { $num ->
*[other] { $num } 回のダウンロード
}
timespanHours = { $number ->
*[other] { $number } 時間
timespanHours = { $num ->
*[other] { $num } 時間
}
copyUrlFormLabelWithName = ファイルを送信するにはこのリンクをコピー、共有してください: { $filename }
copyUrlFormButton = クリップボードへコピー