chore(i18n): update

This commit is contained in:
Lemmy
2026-07-31 22:36:53 -04:00
parent 73d6de1c9f
commit 3eacddabd9
11 changed files with 440 additions and 213 deletions
+12 -12
View File
@@ -1,20 +1,20 @@
{
"settings": {
"feed_urls": {
"label": "Feed URLs",
"description": "List of RSS/Atom feed URLs to monitor (one per line)"
},
"refresh_minutes": {
"label": "Refresh Interval (minutes)",
"description": "How often to check for new items"
},
"notify_new": {
"label": "Show Notifications",
"description": "Display notifications when new items arrive"
"description": "List of RSS/Atom feed URLs to monitor (one per line)",
"label": "Feed URLs"
},
"max_notifications_per_cycle": {
"label": "Max Notifications per Cycle",
"description": "Maximum notifications to show in one check"
"description": "Maximum notifications to show in one check",
"label": "Max Notifications per Cycle"
},
"notify_new": {
"description": "Display notifications when new items arrive",
"label": "Show Notifications"
},
"refresh_minutes": {
"description": "How often to check for new items",
"label": "Refresh Interval (minutes)"
}
}
}
+17 -17
View File
@@ -1,20 +1,20 @@
{
"settings": {
"feed_urls": {
"label": "URLs dos Feeds",
"description": "Lista de URLs de feeds RSS/Atom para monitorar (por linha)."
},
"refresh_minutes": {
"label": "Intervalo de atualização",
"description": "Com que frequência verificar novos itens (em minutos)."
},
"notify_new": {
"label": "Notificar novos itens",
"description": "Mostrar notificação para cada novo item encontrado."
},
"max_notifications_per_cycle": {
"label": "Máximo de notificações",
"description": "Limitar o número de notificações enviadas em um único ciclo."
}
"settings": {
"feed_urls": {
"description": "Lista de URLs de feeds RSS/Atom para monitorar (por linha).",
"label": "URLs dos Feeds"
},
"max_notifications_per_cycle": {
"description": "Limitar o número de notificações enviadas em um único ciclo.",
"label": "Máximo de notificações"
},
"notify_new": {
"description": "Mostrar notificação para cada novo item encontrado.",
"label": "Notificar novos itens"
},
"refresh_minutes": {
"description": "Com que frequência verificar novos itens (em minutos).",
"label": "Intervalo de atualização"
}
}
}