From cd313deb970729419a3c59183bedc708ca5d8e4a Mon Sep 17 00:00:00 2001 From: Lemmy Date: Thu, 6 Aug 2026 10:33:57 -0400 Subject: [PATCH] chore(i18n): rss-notifier push/pull --- rss-notifier/translations/en.json | 32 ++++++++++++++-------------- rss-notifier/translations/pt-BR.json | 32 ++++++++++++++-------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/rss-notifier/translations/en.json b/rss-notifier/translations/en.json index a1c711d..3d756f3 100644 --- a/rss-notifier/translations/en.json +++ b/rss-notifier/translations/en.json @@ -1,24 +1,24 @@ { "settings": { "feed_urls": { - "label": "Feed URLs", - "description": "One RSS or Atom feed URL per entry (e.g. https://example.com/feed.xml)." - }, - "refresh_minutes": { - "label": "Refresh interval (minutes)", - "description": "How often feeds are checked for new items." - }, - "notify_new": { - "label": "Notify on new items", - "description": "Show a notification for each new item found in the feeds." - }, - "max_notifications_per_cycle": { - "label": "Max notifications per cycle", - "description": "Avoids a flood of notifications when many new items appear at once." + "description": "One RSS or Atom feed URL per entry (e.g. https://example.com/feed.xml).", + "label": "Feed URLs" }, "glyph": { - "label": "Icon", - "description": "Icon shown in the bar for this widget." + "description": "Icon shown in the bar for this widget.", + "label": "Icon" + }, + "max_notifications_per_cycle": { + "description": "Avoids a flood of notifications when many new items appear at once.", + "label": "Max notifications per cycle" + }, + "notify_new": { + "description": "Show a notification for each new item found in the feeds.", + "label": "Notify on new items" + }, + "refresh_minutes": { + "description": "How often feeds are checked for new items.", + "label": "Refresh interval (minutes)" } } } diff --git a/rss-notifier/translations/pt-BR.json b/rss-notifier/translations/pt-BR.json index dfbc789..01c7c04 100644 --- a/rss-notifier/translations/pt-BR.json +++ b/rss-notifier/translations/pt-BR.json @@ -1,24 +1,24 @@ { "settings": { "feed_urls": { - "label": "URLs dos feeds", - "description": "Uma URL de feed RSS ou Atom por entrada (ex: https://exemplo.com/feed.xml)." - }, - "refresh_minutes": { - "label": "Intervalo de atualização (minutos)", - "description": "Frequência com que os feeds são checados em busca de novidades." - }, - "notify_new": { - "label": "Notificar novos itens", - "description": "Mostra uma notificação para cada item novo encontrado nos feeds." - }, - "max_notifications_per_cycle": { - "label": "Máximo de notificações por ciclo", - "description": "Evita uma enxurrada de notificações quando muitos itens novos aparecem de uma vez." + "description": "Uma URL de feed RSS ou Atom por entrada (ex: https://exemplo.com/feed.xml).", + "label": "URLs dos feeds" }, "glyph": { - "label": "Ícone", - "description": "Ícone mostrado na barra para este widget." + "description": "Ícone mostrado na barra para este widget.", + "label": "Ícone" + }, + "max_notifications_per_cycle": { + "description": "Evita uma enxurrada de notificações quando muitos itens novos aparecem de uma vez.", + "label": "Máximo de notificações por ciclo" + }, + "notify_new": { + "description": "Mostra uma notificação para cada item novo encontrado nos feeds.", + "label": "Notificar novos itens" + }, + "refresh_minutes": { + "description": "Frequência com que os feeds são checados em busca de novidades.", + "label": "Intervalo de atualização (minutos)" } } }