diff --git a/config/locales/ar.yml b/config/locales/ar.yml index e60d42d1e..d97c1f2f4 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -83,7 +83,7 @@ ar: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 822778093..152af1c1e 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -88,7 +88,7 @@ cs: byte: one: "Bajt" other: "Bajtů" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 9459870a2..b5509f89d 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -88,7 +88,7 @@ en-GB: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/en.yml b/config/locales/en.yml index 3d0cc8838..969cfee23 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -84,7 +84,7 @@ en: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 6d2e2e1d6..2c6d0a0f4 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -84,7 +84,7 @@ sq: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/sv.yml b/config/locales/sv.yml index c39d050fa..2558ba1d2 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -54,7 +54,7 @@ sv: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 86d59f26b..45d68fa23 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -86,7 +86,7 @@ zh: byte: one: "Byte" other: "Bytes" - kb: "kB" + kb: "KB" mb: "MB" gb: "GB" tb: "TB"