mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 19:55:34 +00:00
fixed ftl variable names
This commit is contained in:
@@ -26,11 +26,11 @@ uploadSuccessConfirmHeader = Pronto para enviar
|
||||
uploadSvgAlt = Enviado
|
||||
uploadSuccessTimingHeader = O link para o seu arquivo expirará após 1 download ou em 24 horas.
|
||||
expireInfo = O link para o seu arquivo expirará após { $downloadCount } ou { $timepan }.
|
||||
downloadCount = { $num ->
|
||||
downloadCount = { $number ->
|
||||
[one] 1 download
|
||||
*[other] { $number } downloads
|
||||
}
|
||||
timespanHours = { $num ->
|
||||
timespanHours = { $number ->
|
||||
[one] 1 hora
|
||||
*[other] { $number } horas
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user