From 5d893d37917bf2ffb456cab756b4a766b4452ee5 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:06:58 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20update=20translations=20with=20Fink=20?= =?UTF-8?q?=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 7 ++++++- materialious/src/lib/i18n/locales/ru.json | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 16719e61..f6ae7c72 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -8,5 +8,10 @@ "cancel": "Cancelar", "create": "Criar", "title": "Título", - "searchPlaceholder": "Pesquisar" + "searchPlaceholder": "Pesquisar", + "donate": "Doar", + "deleteAllHistory": "Apagar todo o histórico", + "skipping": "Pulando", + "replies": "respostas", + "region": "Região" } \ No newline at end of file diff --git a/materialious/src/lib/i18n/locales/ru.json b/materialious/src/lib/i18n/locales/ru.json index f37e6078..37849839 100644 --- a/materialious/src/lib/i18n/locales/ru.json +++ b/materialious/src/lib/i18n/locales/ru.json @@ -10,6 +10,7 @@ "title": "Заголовок", "searchPlaceholder": "Искать...", "delete": "Удалить", + "donate": "Пожертвовать", "deleteAllHistory": "Удалить всю историю", "skipping": "Пропускаю", "replies": "ответ(а/ов)",