fixed ftl variable names
This commit is contained in:
parent
1849d712b1
commit
da4338ed69
21 changed files with 41 additions and 41 deletions
|
@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Listo para enviar
|
|||
uploadSvgAlt = Subir
|
||||
uploadSuccessTimingHeader = El enlace a tu archivo expirará tras 1 descarga o en 24 horas.
|
||||
expireInfo = El enlace a tu archivo expirará después de { $downloadCount } o { $timespan }.
|
||||
downloadCount = { $num ->
|
||||
downloadCount = { $number ->
|
||||
[one] 1 descarga
|
||||
*[other] { $number } descargas
|
||||
}
|
||||
timespanHours = { $num ->
|
||||
timespanHours = { $number ->
|
||||
[one] 1 hora
|
||||
*[other] { $number } horas
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue