From b55fde1cd405e38bc6cfb18e8e78ca483b0603df Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:21 +0200 Subject: [PATCH] New translations screens.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/i18n/pt_BR/screens.json diff --git a/src/i18n/pt_BR/screens.json b/src/i18n/pt_BR/screens.json new file mode 100644 index 00000000..59b67261 --- /dev/null +++ b/src/i18n/pt_BR/screens.json @@ -0,0 +1,18 @@ +{ + "screenshot": { + "title": "", + "message": "", + "button": "" + }, + "localCorrupt": { + "message": "" + }, + "pushError": { + "message": "", + "description": "" + }, + "shareError": { + "imageNotSupported": "", + "videoNotSupported": "" + } +} \ No newline at end of file