diff --git a/public/locales/ixl/send.ftl b/public/locales/ixl/send.ftl index 2de2f966..31374523 100644 --- a/public/locales/ixl/send.ftl +++ b/public/locales/ixl/send.ftl @@ -46,3 +46,7 @@ kb = KB mb = MB # gibibyte abbreviation gb = GB +# localized number and byte abbreviation. example "2.5MB" +fileSize = { $num }{ $units } +# A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m" +expiresDaysHoursMinutes = { $days }d { $hours }h { $minutes }m