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