From 0e81ef2514f3ed444ac693726d9713ac86b12d5e Mon Sep 17 00:00:00 2001 From: Edi Santoso Date: Sat, 16 Mar 2019 14:12:13 +0000 Subject: [PATCH] Pontoon: Update Indonesian (id) localization of Firefox Send Localization authors: - Edi Santoso --- public/locales/id/send.ftl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/locales/id/send.ftl b/public/locales/id/send.ftl index dae1328a..842ca909 100644 --- a/public/locales/id/send.ftl +++ b/public/locales/id/send.ftl @@ -62,7 +62,7 @@ timespanMinutes = } timespanDays = { $num -> - *[other] hari + *[other] { $num } hari } timespanWeeks = { $num -> @@ -72,6 +72,14 @@ fileCount = { $num -> *[other] { $num } berkas } +# byte abbreviation +bytes = B +# kibibyte abbreviation +kb = KB +# mebibyte abbreviation +mb = MB +# gibibyte abbreviation +gb = GB # localized number and byte abbreviation. example "2.5MB" fileSize = { $num }{ $units } # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")