From 0a48add9f4b846b3bd913e463cb16c809ff50f61 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 2 Nov 2023 03:58:29 +0100 Subject: [PATCH] Update translation files Updated by "Remove blank strings" hook in Weblate. Translated using Weblate (Portuguese (Brazil)) Currently translated at 3.0% (16 of 518 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 2.5% (13 of 518 strings) Added translation using Weblate (Portuguese (Brazil)) Co-authored-by: Hosted Weblate Co-authored-by: Rafael Vieira Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ Translate-URL: https://hosted.weblate.org/projects/feishin/translation/pt_BR/ Translation: feishin/Translation --- src/i18n/locales/pt-BR.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/pt-BR.json diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json new file mode 100644 index 00000000..4661e8fe --- /dev/null +++ b/src/i18n/locales/pt-BR.json @@ -0,0 +1,25 @@ +{ + "common": { + "backward": "voltar", + "areYouSure": "tem certeza?", + "add": "adicionar", + "ascending": "ascendente", + "center": "centro", + "cancel": "cancelar", + "bitrate": "taxa de bits", + "action_one": "ação", + "action_many": "ações", + "action_other": "(n == 0 || n == 1) ? ação : ações", + "biography": "biografia" + }, + "action": { + "goToPage": "vá para página", + "addToFavorites": "adicionar em $t(entity.favorite_other)", + "viewPlaylists": "ver $t(entity.playlist_other)", + "setRating": "definir classificação", + "moveToTop": "mover para o topo", + "refresh": "$t(common.refresh)", + "removeFromQueue": "remover da fila", + "moveToBottom": "mover para baixo" + } +}