rename number to num in ftl
This commit is contained in:
parent
c517b074f1
commit
53d5b08559
24 changed files with 87 additions and 87 deletions
|
@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Sedia untuk Hantar
|
|||
uploadSvgAlt = Muat naik
|
||||
uploadSuccessTimingHeader = Pautan ke fail anda akan luput selepas 1 muat turun atau dalam 24 jam.
|
||||
expireInfo = Pautan ke fail anda akan luput selepas { $downloadCount } atau { $timespan }.
|
||||
downloadCount = { $number ->
|
||||
*[other] { $number } muat turun
|
||||
downloadCount = { $num ->
|
||||
*[other] { $num } muat turun
|
||||
}
|
||||
timespanHours = { $number ->
|
||||
*[other] { $number } jam
|
||||
timespanHours = { $num ->
|
||||
*[other] { $num } jam
|
||||
}
|
||||
copyUrlFormLabelWithName = Salin dan kongsi pautan untuk menghantar fail anda: { $filename }
|
||||
copyUrlFormButton = Salin ke Klipbod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue