diff --git a/lib/l10n/app_pt_BR.arb b/lib/l10n/app_pt_BR.arb index f93c549..d925840 100644 --- a/lib/l10n/app_pt_BR.arb +++ b/lib/l10n/app_pt_BR.arb @@ -1215,5 +1215,15 @@ "errorLogs": "Registros de erros", "@errorLogs": {}, "external": "Externo", - "@external": {} + "@external": {}, + "downloadFile": "Download {type}", + "@downloadFile": { + "placeholders": { + "type": { + "type": "String" + } + } + }, + "copyStreamUrl": "Copiar URL do stream", + "@copyStreamUrl": {} }