From 7c599bd482e079e3693e874acdae506b3004d61b Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Thu, 11 Jul 2013 18:13:14 -0400 Subject: [PATCH] Added translation for storage_units.format --- config/locales/pt-BR.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/locales/pt-BR.yml diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml new file mode 100644 index 0000000..8c651b3 --- /dev/null +++ b/config/locales/pt-BR.yml @@ -0,0 +1,13 @@ +pt-BR: + number: + human: + storage_units: + format: "%n %u" + units: + byte: + one: "Byte" + other: "Bytes" + kb: "KB" + mb: "MB" + gb: "GB" + tb: "TB"