diff options
author | 2023-10-18 19:57:02 -0700 | |
---|---|---|
committer | 2023-10-18 20:26:33 -0700 | |
commit | c60b3f52a5613fa56246b71aad432ef93c40b8f1 (patch) | |
tree | 24382ac6819e8ad4d317c9f63a95ee4456ca4374 /internal/locale/translations/pt_BR.json | |
parent | 23d2cfe0f98f3d6acc04ef11653d3dbaf0b0b677 (diff) | |
download | v2-c60b3f52a5613fa56246b71aad432ef93c40b8f1.tar.gz v2-c60b3f52a5613fa56246b71aad432ef93c40b8f1.tar.zst v2-c60b3f52a5613fa56246b71aad432ef93c40b8f1.zip |
Add new page for background feeds refresh
Diffstat (limited to 'internal/locale/translations/pt_BR.json')
-rw-r--r-- | internal/locale/translations/pt_BR.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/locale/translations/pt_BR.json b/internal/locale/translations/pt_BR.json index 028b824a..821f5fae 100644 --- a/internal/locale/translations/pt_BR.json +++ b/internal/locale/translations/pt_BR.json @@ -433,5 +433,7 @@ "time_elapsed.years": [ "há %d ano", "há %d anos" - ] + ], + "page.background_feed_refresh.title": "Atualização de fonte em segundo plano", + "alert.background_feed_refresh": "All feeds are being refreshed in the background. You can continue to use Miniflux while this process is running." } |