Pontoon: Update Indonesian (id) localization of Firefox Send
Localization authors: - Edi Santoso <repopamor@gmail.com>
This commit is contained in:
parent
b0907095e4
commit
0e81ef2514
|
@ -62,7 +62,7 @@ timespanMinutes =
|
||||||
}
|
}
|
||||||
timespanDays =
|
timespanDays =
|
||||||
{ $num ->
|
{ $num ->
|
||||||
*[other] hari
|
*[other] { $num } hari
|
||||||
}
|
}
|
||||||
timespanWeeks =
|
timespanWeeks =
|
||||||
{ $num ->
|
{ $num ->
|
||||||
|
@ -72,6 +72,14 @@ fileCount =
|
||||||
{ $num ->
|
{ $num ->
|
||||||
*[other] { $num } berkas
|
*[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"
|
# localized number and byte abbreviation. example "2.5MB"
|
||||||
fileSize = { $num }{ $units }
|
fileSize = { $num }{ $units }
|
||||||
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
|
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
|
||||||
|
|
Loading…
Reference in New Issue