We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b090709 commit 0e81ef2Copy full SHA for 0e81ef2
public/locales/id/send.ftl
@@ -62,7 +62,7 @@ timespanMinutes =
62
}
63
timespanDays =
64
{ $num ->
65
- *[other] hari
+ *[other] { $num } hari
66
67
timespanWeeks =
68
@@ -72,6 +72,14 @@ fileCount =
72
73
*[other] { $num } berkas
74
75
+# byte abbreviation
76
+bytes = B
77
+# kibibyte abbreviation
78
+kb = KB
79
+# mebibyte abbreviation
80
+mb = MB
81
+# gibibyte abbreviation
82
+gb = GB
83
# localized number and byte abbreviation. example "2.5MB"
84
fileSize = { $num }{ $units }
85
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
0 commit comments