From 02b97d7a66777c7ce10b7f9e46d38facd8df2ed2 Mon Sep 17 00:00:00 2001 From: denapo <54749739+denapo@users.noreply.github.com> Date: Mon, 1 Jun 2020 11:00:05 -0300 Subject: [PATCH] =?UTF-8?q?v1.0=20Tradu=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- translations/base-pt-BR.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/translations/base-pt-BR.yaml b/translations/base-pt-BR.yaml index af87f37f..1cd67bec 100644 --- a/translations/base-pt-BR.yaml +++ b/translations/base-pt-BR.yaml @@ -24,8 +24,15 @@ global: error: Erro # How big numbers are rendered, e.g. "10,000" - thousandsDivider: "," - + thousandsDivider: "." + + # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. + suffix: + thousands: K + millions: M + billions: B + trillions: T + # Shown for infinitely big numbers infinite: inf