From d87eb0e65c21c926de658587dcbdc821919ee1a2 Mon Sep 17 00:00:00 2001 From: myConsciousness Date: Tue, 5 Dec 2023 08:18:55 +0000 Subject: [PATCH] [Scheduled] Pull Latest Template --- strings/strings_en.arb | 4 ++++ strings/strings_pt.arb | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/strings/strings_en.arb b/strings/strings_en.arb index 542f776..a2e4cf3 100644 --- a/strings/strings_en.arb +++ b/strings/strings_en.arb @@ -1266,5 +1266,9 @@ "postButtonReposts": "Show reposts", "@postButtonReposts": { "description": "Show reposts button in the post's ... menu" + }, + "nextButton": "Next", + "@nextButton": { + "description": "Generic 'Next' button" } } \ No newline at end of file diff --git a/strings/strings_pt.arb b/strings/strings_pt.arb index 924817c..18df40e 100644 --- a/strings/strings_pt.arb +++ b/strings/strings_pt.arb @@ -312,5 +312,6 @@ "multiSelectLanguageDialogTitle": "Selecionar idiomas", "settingsContentLanguages": "Filtrar idiomas", "postButtonLikes": "Mostrar curtidas", - "postButtonReposts": "Mostrar reposts" + "postButtonReposts": "Mostrar reposts", + "nextButton": "Próximo" } \ No newline at end of file