From 7c964f97a21fcc17302d7d028bb15331824ac34d Mon Sep 17 00:00:00 2001 From: Gabriel Moreira Date: Wed, 12 Feb 2025 20:36:20 -0400 Subject: [PATCH] web/languages: translate tabs --- web/i18n/ptbr/tabs.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 web/i18n/ptbr/tabs.json diff --git a/web/i18n/ptbr/tabs.json b/web/i18n/ptbr/tabs.json new file mode 100644 index 00000000..8e2973a9 --- /dev/null +++ b/web/i18n/ptbr/tabs.json @@ -0,0 +1,8 @@ +{ + "save": "salvar", + "settings": "configurações", + "updates": "atualizações", + "donate": "doação", + "about": "sobre", + "remux": "remux" +}