@rmdes/indiekit-endpoint-blogroll 1.0.18 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/locales/de.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Dadurch werden alle zwischengespeicherten Einträge gelöscht und alles neu abgerufen. Fortfahren?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogs mit Fehlern",
31
- "seeAll": "Alle %{count} Blogs mit Fehlern anzeigen"
38
+ "seeAll": "Alle {{count}} Blogs mit Fehlern anzeigen"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Speichern",
42
49
  "empty": "Keine OPML-Quellen konfiguriert. Verwenden Sie diese Funktion, um Blogs aus FreshRSS oder anderen Feed-Readern zu importieren.",
43
50
  "recent": "OPML-Quellen",
44
- "interval": "Alle %{minutes} Min.",
51
+ "interval": "Alle {{minutes}} Min.",
45
52
  "lastSync": "Zuletzt synchronisiert",
46
53
  "deleteConfirm": "Diese OPML-Quelle löschen? Importierte Blogs bleiben erhalten.",
47
54
  "created": "OPML-Quelle erfolgreich erstellt.",
48
55
  "created_synced": "OPML-Quelle erfolgreich erstellt und synchronisiert.",
49
- "created_sync_failed": "OPML-Quelle erstellt, aber Synchronisation fehlgeschlagen: %{error}",
56
+ "created_sync_failed": "OPML-Quelle erstellt, aber Synchronisation fehlgeschlagen: {{error}}",
50
57
  "updated": "OPML-Quelle erfolgreich aktualisiert.",
51
58
  "deleted": "OPML-Quelle erfolgreich gelöscht.",
52
- "synced": "Erfolgreich synchronisiert. Hinzugefügt: %{added}, Aktualisiert: %{updated}",
59
+ "synced": "Erfolgreich synchronisiert. Hinzugefügt: {{added}}, Aktualisiert: {{updated}}",
53
60
  "form": {
54
61
  "name": "Name",
55
62
  "type": "Import-Typ",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "OPML-Inhalt",
60
67
  "opmlContentHint": "Fügen Sie hier den vollständigen OPML-XML-Inhalt ein",
61
68
  "syncInterval": "Synchronisationsintervall",
62
- "enabled": "Automatische Synchronisation aktivieren"
69
+ "enabled": "Automatische Synchronisation aktivieren",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Filter löschen",
86
97
  "deleteConfirm": "Diesen Blog und alle zwischengespeicherten Einträge löschen?",
87
98
  "created": "Blog erfolgreich hinzugefügt.",
88
- "created_synced": "Blog hinzugefügt und synchronisiert. %{items} Einträge abgerufen.",
89
- "created_sync_failed": "Blog hinzugefügt, aber erster Abruf fehlgeschlagen: %{error}",
99
+ "created_synced": "Blog hinzugefügt und synchronisiert. {{items}} Einträge abgerufen.",
100
+ "created_sync_failed": "Blog hinzugefügt, aber erster Abruf fehlgeschlagen: {{error}}",
90
101
  "updated": "Blog erfolgreich aktualisiert.",
91
102
  "deleted": "Blog erfolgreich gelöscht.",
92
- "refreshed": "Blog aktualisiert. %{items} neue Einträge hinzugefügt.",
103
+ "refreshed": "Blog aktualisiert. {{items}} neue Einträge hinzugefügt.",
93
104
  "form": {
94
105
  "discoverUrl": "Website-URL",
95
106
  "discover": "Feed entdecken",
package/locales/en.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "This will delete all cached items and re-fetch everything. Continue?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogs with Errors",
31
- "seeAll": "See all %{count} blogs with errors"
38
+ "seeAll": "See all {{count}} blogs with errors"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Save",
42
49
  "empty": "No OPML sources configured. Use this to bulk-import blogs from FreshRSS or other feed readers.",
43
50
  "recent": "OPML Sources",
44
- "interval": "Every %{minutes} min",
51
+ "interval": "Every {{minutes}} min",
45
52
  "lastSync": "Last synced",
46
53
  "deleteConfirm": "Delete this OPML source? Blogs imported from it will remain.",
47
54
  "created": "OPML source created successfully.",
48
55
  "created_synced": "OPML source created and synced successfully.",
49
- "created_sync_failed": "OPML source created, but sync failed: %{error}",
56
+ "created_sync_failed": "OPML source created, but sync failed: {{error}}",
50
57
  "updated": "OPML source updated successfully.",
51
58
  "deleted": "OPML source deleted successfully.",
52
- "synced": "Synced successfully. Added: %{added}, Updated: %{updated}",
59
+ "synced": "Synced successfully. Added: {{added}}, Updated: {{updated}}",
53
60
  "form": {
54
61
  "name": "Name",
55
62
  "type": "Import Type",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "OPML Content",
60
67
  "opmlContentHint": "Paste the full OPML XML content here",
61
68
  "syncInterval": "Sync Interval",
62
- "enabled": "Enable automatic syncing"
69
+ "enabled": "Enable automatic syncing",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Clear filters",
86
97
  "deleteConfirm": "Delete this blog and all its cached items?",
87
98
  "created": "Blog added successfully.",
88
- "created_synced": "Blog added and synced. Fetched %{items} items.",
89
- "created_sync_failed": "Blog added, but initial fetch failed: %{error}",
99
+ "created_synced": "Blog added and synced. Fetched {{items}} items.",
100
+ "created_sync_failed": "Blog added, but initial fetch failed: {{error}}",
90
101
  "updated": "Blog updated successfully.",
91
102
  "deleted": "Blog deleted successfully.",
92
- "refreshed": "Blog refreshed. Added %{items} new items.",
103
+ "refreshed": "Blog refreshed. Added {{items}} new items.",
93
104
  "form": {
94
105
  "discoverUrl": "Website URL",
95
106
  "discover": "Discover Feed",
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Esto eliminará todas las entradas almacenadas en caché y volverá a descargar todo. ¿Continuar?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogs con errores",
31
- "seeAll": "Ver los %{count} blogs con errores"
38
+ "seeAll": "Ver los {{count}} blogs con errores"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Guardar",
42
49
  "empty": "No hay fuentes OPML configuradas. Usa esto para importar blogs de forma masiva desde FreshRSS u otros lectores de feeds.",
43
50
  "recent": "Fuentes OPML",
44
- "interval": "Cada %{minutes} min",
51
+ "interval": "Cada {{minutes}} min",
45
52
  "lastSync": "Última sincronización",
46
53
  "deleteConfirm": "¿Eliminar esta fuente OPML? Los blogs importados se conservarán.",
47
54
  "created": "Fuente OPML creada exitosamente.",
48
55
  "created_synced": "Fuente OPML creada y sincronizada exitosamente.",
49
- "created_sync_failed": "Fuente OPML creada, pero la sincronización falló: %{error}",
56
+ "created_sync_failed": "Fuente OPML creada, pero la sincronización falló: {{error}}",
50
57
  "updated": "Fuente OPML actualizada exitosamente.",
51
58
  "deleted": "Fuente OPML eliminada exitosamente.",
52
- "synced": "Sincronización exitosa. Agregados: %{added}, Actualizados: %{updated}",
59
+ "synced": "Sincronización exitosa. Agregados: {{added}}, Actualizados: {{updated}}",
53
60
  "form": {
54
61
  "name": "Nombre",
55
62
  "type": "Tipo de importación",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "Contenido OPML",
60
67
  "opmlContentHint": "Pega aquí el contenido XML OPML completo",
61
68
  "syncInterval": "Intervalo de sincronización",
62
- "enabled": "Habilitar sincronización automática"
69
+ "enabled": "Habilitar sincronización automática",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Limpiar filtros",
86
97
  "deleteConfirm": "¿Eliminar este blog y todas sus entradas almacenadas?",
87
98
  "created": "Blog agregado exitosamente.",
88
- "created_synced": "Blog agregado y sincronizado. Se descargaron %{items} entradas.",
89
- "created_sync_failed": "Blog agregado, pero la descarga inicial falló: %{error}",
99
+ "created_synced": "Blog agregado y sincronizado. Se descargaron {{items}} entradas.",
100
+ "created_sync_failed": "Blog agregado, pero la descarga inicial falló: {{error}}",
90
101
  "updated": "Blog actualizado exitosamente.",
91
102
  "deleted": "Blog eliminado exitosamente.",
92
- "refreshed": "Blog actualizado. Se agregaron %{items} entradas nuevas.",
103
+ "refreshed": "Blog actualizado. Se agregaron {{items}} entradas nuevas.",
93
104
  "form": {
94
105
  "discoverUrl": "URL del sitio web",
95
106
  "discover": "Descubrir feed",
package/locales/es.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Esto eliminará todas las entradas almacenadas en caché y volverá a obtenerlo todo. ¿Continuar?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogs con errores",
31
- "seeAll": "Ver todos los %{count} blogs con errores"
38
+ "seeAll": "Ver todos los {{count}} blogs con errores"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Guardar",
42
49
  "empty": "No hay fuentes OPML configuradas. Utiliza esto para importar blogs en bloque desde FreshRSS u otros lectores de feeds.",
43
50
  "recent": "Fuentes OPML",
44
- "interval": "Cada %{minutes} min",
51
+ "interval": "Cada {{minutes}} min",
45
52
  "lastSync": "Última sincronización",
46
53
  "deleteConfirm": "¿Eliminar esta fuente OPML? Los blogs importados se conservarán.",
47
54
  "created": "Fuente OPML creada correctamente.",
48
55
  "created_synced": "Fuente OPML creada y sincronizada correctamente.",
49
- "created_sync_failed": "Fuente OPML creada, pero la sincronización falló: %{error}",
56
+ "created_sync_failed": "Fuente OPML creada, pero la sincronización falló: {{error}}",
50
57
  "updated": "Fuente OPML actualizada correctamente.",
51
58
  "deleted": "Fuente OPML eliminada correctamente.",
52
- "synced": "Sincronización exitosa. Añadidos: %{added}, Actualizados: %{updated}",
59
+ "synced": "Sincronización exitosa. Añadidos: {{added}}, Actualizados: {{updated}}",
53
60
  "form": {
54
61
  "name": "Nombre",
55
62
  "type": "Tipo de importación",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "Contenido OPML",
60
67
  "opmlContentHint": "Pega aquí el contenido XML OPML completo",
61
68
  "syncInterval": "Intervalo de sincronización",
62
- "enabled": "Activar sincronización automática"
69
+ "enabled": "Activar sincronización automática",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Limpiar filtros",
86
97
  "deleteConfirm": "¿Eliminar este blog y todas sus entradas almacenadas?",
87
98
  "created": "Blog añadido correctamente.",
88
- "created_synced": "Blog añadido y sincronizado. Se obtuvieron %{items} entradas.",
89
- "created_sync_failed": "Blog añadido, pero la obtención inicial falló: %{error}",
99
+ "created_synced": "Blog añadido y sincronizado. Se obtuvieron {{items}} entradas.",
100
+ "created_sync_failed": "Blog añadido, pero la obtención inicial falló: {{error}}",
90
101
  "updated": "Blog actualizado correctamente.",
91
102
  "deleted": "Blog eliminado correctamente.",
92
- "refreshed": "Blog actualizado. Se añadieron %{items} entradas nuevas.",
103
+ "refreshed": "Blog actualizado. Se añadieron {{items}} entradas nuevas.",
93
104
  "form": {
94
105
  "discoverUrl": "URL del sitio web",
95
106
  "discover": "Descubrir feed",
package/locales/fr.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Cela supprimera toutes les entrées mises en cache et récupérera tout à nouveau. Continuer ?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogs avec des erreurs",
31
- "seeAll": "Voir les %{count} blogs avec des erreurs"
38
+ "seeAll": "Voir les {{count}} blogs avec des erreurs"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Enregistrer",
42
49
  "empty": "Aucune source OPML configurée. Utilisez ceci pour importer en masse des blogs depuis FreshRSS ou d'autres lecteurs de flux.",
43
50
  "recent": "Sources OPML",
44
- "interval": "Toutes les %{minutes} min",
51
+ "interval": "Toutes les {{minutes}} min",
45
52
  "lastSync": "Dernière synchronisation",
46
53
  "deleteConfirm": "Supprimer cette source OPML ? Les blogs importés resteront.",
47
54
  "created": "Source OPML créée avec succès.",
48
55
  "created_synced": "Source OPML créée et synchronisée avec succès.",
49
- "created_sync_failed": "Source OPML créée, mais la synchronisation a échoué : %{error}",
56
+ "created_sync_failed": "Source OPML créée, mais la synchronisation a échoué : {{error}}",
50
57
  "updated": "Source OPML mise à jour avec succès.",
51
58
  "deleted": "Source OPML supprimée avec succès.",
52
- "synced": "Synchronisation réussie. Ajoutés : %{added}, Mis à jour : %{updated}",
59
+ "synced": "Synchronisation réussie. Ajoutés : {{added}}, Mis à jour : {{updated}}",
53
60
  "form": {
54
61
  "name": "Nom",
55
62
  "type": "Type d'importation",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "Contenu OPML",
60
67
  "opmlContentHint": "Collez le contenu XML OPML complet ici",
61
68
  "syncInterval": "Intervalle de synchronisation",
62
- "enabled": "Activer la synchronisation automatique"
69
+ "enabled": "Activer la synchronisation automatique",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Effacer les filtres",
86
97
  "deleteConfirm": "Supprimer ce blog et toutes ses entrées mises en cache ?",
87
98
  "created": "Blog ajouté avec succès.",
88
- "created_synced": "Blog ajouté et synchronisé. %{items} entrées récupérées.",
89
- "created_sync_failed": "Blog ajouté, mais la récupération initiale a échoué : %{error}",
99
+ "created_synced": "Blog ajouté et synchronisé. {{items}} entrées récupérées.",
100
+ "created_sync_failed": "Blog ajouté, mais la récupération initiale a échoué : {{error}}",
90
101
  "updated": "Blog mis à jour avec succès.",
91
102
  "deleted": "Blog supprimé avec succès.",
92
- "refreshed": "Blog actualisé. %{items} nouvelles entrées ajoutées.",
103
+ "refreshed": "Blog actualisé. {{items}} nouvelles entrées ajoutées.",
93
104
  "form": {
94
105
  "discoverUrl": "URL du site web",
95
106
  "discover": "Découvrir le flux",
package/locales/hi.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "इससे सभी कैश किए गए आइटम हटा दिए जाएंगे और सब कुछ फिर से प्राप्त किया जाएगा। जारी रखें?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "त्रुटियों वाले ब्लॉग",
31
- "seeAll": "त्रुटियों वाले सभी %{count} ब्लॉग देखें"
38
+ "seeAll": "त्रुटियों वाले सभी {{count}} ब्लॉग देखें"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "सहेजें",
42
49
  "empty": "कोई OPML स्रोत कॉन्फ़िगर नहीं किया गया। FreshRSS या अन्य फ़ीड रीडर्स से ब्लॉग बल्क-इम्पोर्ट करने के लिए इसका उपयोग करें।",
43
50
  "recent": "OPML स्रोत",
44
- "interval": "हर %{minutes} मिनट",
51
+ "interval": "हर {{minutes}} मिनट",
45
52
  "lastSync": "अंतिम बार सिंक किया गया",
46
53
  "deleteConfirm": "इस OPML स्रोत को हटाएं? इससे इम्पोर्ट किए गए ब्लॉग बने रहेंगे।",
47
54
  "created": "OPML स्रोत सफलतापूर्वक बनाया गया।",
48
55
  "created_synced": "OPML स्रोत सफलतापूर्वक बनाया और सिंक किया गया।",
49
- "created_sync_failed": "OPML स्रोत बनाया गया, लेकिन सिंक विफल रहा: %{error}",
56
+ "created_sync_failed": "OPML स्रोत बनाया गया, लेकिन सिंक विफल रहा: {{error}}",
50
57
  "updated": "OPML स्रोत सफलतापूर्वक अपडेट किया गया।",
51
58
  "deleted": "OPML स्रोत सफलतापूर्वक हटाया गया।",
52
- "synced": "सफलतापूर्वक सिंक किया गया। जोड़े गए: %{added}, अपडेट किए गए: %{updated}",
59
+ "synced": "सफलतापूर्वक सिंक किया गया। जोड़े गए: {{added}}, अपडेट किए गए: {{updated}}",
53
60
  "form": {
54
61
  "name": "नाम",
55
62
  "type": "इम्पोर्ट प्रकार",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "OPML सामग्री",
60
67
  "opmlContentHint": "यहाँ पूर्ण OPML XML सामग्री पेस्ट करें",
61
68
  "syncInterval": "सिंक अंतराल",
62
- "enabled": "स्वचालित सिंकिंग सक्षम करें"
69
+ "enabled": "स्वचालित सिंकिंग सक्षम करें",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "फ़िल्टर साफ़ करें",
86
97
  "deleteConfirm": "इस ब्लॉग और इसके सभी कैश किए गए आइटम हटाएं?",
87
98
  "created": "ब्लॉग सफलतापूर्वक जोड़ा गया।",
88
- "created_synced": "ब्लॉग जोड़ा और सिंक किया गया। %{items} आइटम प्राप्त किए गए।",
89
- "created_sync_failed": "ब्लॉग जोड़ा गया, लेकिन प्रारंभिक प्राप्ति विफल रही: %{error}",
99
+ "created_synced": "ब्लॉग जोड़ा और सिंक किया गया। {{items}} आइटम प्राप्त किए गए।",
100
+ "created_sync_failed": "ब्लॉग जोड़ा गया, लेकिन प्रारंभिक प्राप्ति विफल रही: {{error}}",
90
101
  "updated": "ब्लॉग सफलतापूर्वक अपडेट किया गया।",
91
102
  "deleted": "ब्लॉग सफलतापूर्वक हटाया गया।",
92
- "refreshed": "ब्लॉग ताज़ा किया गया। %{items} नए आइटम जोड़े गए।",
103
+ "refreshed": "ब्लॉग ताज़ा किया गया। {{items}} नए आइटम जोड़े गए।",
93
104
  "form": {
94
105
  "discoverUrl": "वेबसाइट URL",
95
106
  "discover": "फ़ीड खोजें",
package/locales/id.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Ini akan menghapus semua item yang di-cache dan mengambil semuanya lagi. Lanjutkan?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blog dengan Kesalahan",
31
- "seeAll": "Lihat semua %{count} blog dengan kesalahan"
38
+ "seeAll": "Lihat semua {{count}} blog dengan kesalahan"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Simpan",
42
49
  "empty": "Tidak ada sumber OPML yang dikonfigurasi. Gunakan ini untuk mengimpor blog secara massal dari FreshRSS atau pembaca feed lainnya.",
43
50
  "recent": "Sumber OPML",
44
- "interval": "Setiap %{minutes} mnt",
51
+ "interval": "Setiap {{minutes}} mnt",
45
52
  "lastSync": "Terakhir disinkronkan",
46
53
  "deleteConfirm": "Hapus sumber OPML ini? Blog yang diimpor darinya akan tetap ada.",
47
54
  "created": "Sumber OPML berhasil dibuat.",
48
55
  "created_synced": "Sumber OPML berhasil dibuat dan disinkronkan.",
49
- "created_sync_failed": "Sumber OPML dibuat, tetapi sinkronisasi gagal: %{error}",
56
+ "created_sync_failed": "Sumber OPML dibuat, tetapi sinkronisasi gagal: {{error}}",
50
57
  "updated": "Sumber OPML berhasil diperbarui.",
51
58
  "deleted": "Sumber OPML berhasil dihapus.",
52
- "synced": "Berhasil disinkronkan. Ditambahkan: %{added}, Diperbarui: %{updated}",
59
+ "synced": "Berhasil disinkronkan. Ditambahkan: {{added}}, Diperbarui: {{updated}}",
53
60
  "form": {
54
61
  "name": "Nama",
55
62
  "type": "Jenis Impor",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "Konten OPML",
60
67
  "opmlContentHint": "Tempel konten XML OPML lengkap di sini",
61
68
  "syncInterval": "Interval Sinkronisasi",
62
- "enabled": "Aktifkan sinkronisasi otomatis"
69
+ "enabled": "Aktifkan sinkronisasi otomatis",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Hapus filter",
86
97
  "deleteConfirm": "Hapus blog ini dan semua item yang di-cache?",
87
98
  "created": "Blog berhasil ditambahkan.",
88
- "created_synced": "Blog ditambahkan dan disinkronkan. Mengambil %{items} item.",
89
- "created_sync_failed": "Blog ditambahkan, tetapi pengambilan awal gagal: %{error}",
99
+ "created_synced": "Blog ditambahkan dan disinkronkan. Mengambil {{items}} item.",
100
+ "created_sync_failed": "Blog ditambahkan, tetapi pengambilan awal gagal: {{error}}",
90
101
  "updated": "Blog berhasil diperbarui.",
91
102
  "deleted": "Blog berhasil dihapus.",
92
- "refreshed": "Blog disegarkan. Menambahkan %{items} item baru.",
103
+ "refreshed": "Blog disegarkan. Menambahkan {{items}} item baru.",
93
104
  "form": {
94
105
  "discoverUrl": "URL Website",
95
106
  "discover": "Temukan Feed",
package/locales/it.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Questo cancellerà tutti gli elementi memorizzati e recupererà tutto nuovamente. Continuare?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blog con errori",
31
- "seeAll": "Vedi tutti i %{count} blog con errori"
38
+ "seeAll": "Vedi tutti i {{count}} blog con errori"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Salva",
42
49
  "empty": "Nessuna fonte OPML configurata. Usa questo per importare in blocco blog da FreshRSS o altri lettori di feed.",
43
50
  "recent": "Fonti OPML",
44
- "interval": "Ogni %{minutes} min",
51
+ "interval": "Ogni {{minutes}} min",
45
52
  "lastSync": "Ultima sincronizzazione",
46
53
  "deleteConfirm": "Eliminare questa fonte OPML? I blog importati rimarranno.",
47
54
  "created": "Fonte OPML creata con successo.",
48
55
  "created_synced": "Fonte OPML creata e sincronizzata con successo.",
49
- "created_sync_failed": "Fonte OPML creata, ma la sincronizzazione è fallita: %{error}",
56
+ "created_sync_failed": "Fonte OPML creata, ma la sincronizzazione è fallita: {{error}}",
50
57
  "updated": "Fonte OPML aggiornata con successo.",
51
58
  "deleted": "Fonte OPML eliminata con successo.",
52
- "synced": "Sincronizzazione riuscita. Aggiunti: %{added}, Aggiornati: %{updated}",
59
+ "synced": "Sincronizzazione riuscita. Aggiunti: {{added}}, Aggiornati: {{updated}}",
53
60
  "form": {
54
61
  "name": "Nome",
55
62
  "type": "Tipo di importazione",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "Contenuto OPML",
60
67
  "opmlContentHint": "Incolla qui il contenuto XML OPML completo",
61
68
  "syncInterval": "Intervallo di sincronizzazione",
62
- "enabled": "Abilita sincronizzazione automatica"
69
+ "enabled": "Abilita sincronizzazione automatica",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Cancella filtri",
86
97
  "deleteConfirm": "Eliminare questo blog e tutti i suoi elementi memorizzati?",
87
98
  "created": "Blog aggiunto con successo.",
88
- "created_synced": "Blog aggiunto e sincronizzato. Recuperati %{items} elementi.",
89
- "created_sync_failed": "Blog aggiunto, ma il recupero iniziale è fallito: %{error}",
99
+ "created_synced": "Blog aggiunto e sincronizzato. Recuperati {{items}} elementi.",
100
+ "created_sync_failed": "Blog aggiunto, ma il recupero iniziale è fallito: {{error}}",
90
101
  "updated": "Blog aggiornato con successo.",
91
102
  "deleted": "Blog eliminato con successo.",
92
- "refreshed": "Blog aggiornato. Aggiunti %{items} nuovi elementi.",
103
+ "refreshed": "Blog aggiornato. Aggiunti {{items}} nuovi elementi.",
93
104
  "form": {
94
105
  "discoverUrl": "URL del sito web",
95
106
  "discover": "Scopri feed",
package/locales/nl.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Dit verwijdert alle gecachte items en haalt alles opnieuw op. Doorgaan?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogs met fouten",
31
- "seeAll": "Bekijk alle %{count} blogs met fouten"
38
+ "seeAll": "Bekijk alle {{count}} blogs met fouten"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Opslaan",
42
49
  "empty": "Geen OPML-bronnen geconfigureerd. Gebruik dit om blogs in bulk te importeren uit FreshRSS of andere feedlezers.",
43
50
  "recent": "OPML-bronnen",
44
- "interval": "Elke %{minutes} min",
51
+ "interval": "Elke {{minutes}} min",
45
52
  "lastSync": "Laatst gesynchroniseerd",
46
53
  "deleteConfirm": "Deze OPML-bron verwijderen? Geïmporteerde blogs blijven behouden.",
47
54
  "created": "OPML-bron succesvol aangemaakt.",
48
55
  "created_synced": "OPML-bron succesvol aangemaakt en gesynchroniseerd.",
49
- "created_sync_failed": "OPML-bron aangemaakt, maar synchronisatie mislukt: %{error}",
56
+ "created_sync_failed": "OPML-bron aangemaakt, maar synchronisatie mislukt: {{error}}",
50
57
  "updated": "OPML-bron succesvol bijgewerkt.",
51
58
  "deleted": "OPML-bron succesvol verwijderd.",
52
- "synced": "Succesvol gesynchroniseerd. Toegevoegd: %{added}, Bijgewerkt: %{updated}",
59
+ "synced": "Succesvol gesynchroniseerd. Toegevoegd: {{added}}, Bijgewerkt: {{updated}}",
53
60
  "form": {
54
61
  "name": "Naam",
55
62
  "type": "Importtype",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "OPML-inhoud",
60
67
  "opmlContentHint": "Plak hier de volledige OPML XML-inhoud",
61
68
  "syncInterval": "Synchronisatie-interval",
62
- "enabled": "Automatische synchronisatie inschakelen"
69
+ "enabled": "Automatische synchronisatie inschakelen",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Filters wissen",
86
97
  "deleteConfirm": "Deze blog en alle gecachte items verwijderen?",
87
98
  "created": "Blog succesvol toegevoegd.",
88
- "created_synced": "Blog toegevoegd en gesynchroniseerd. %{items} items opgehaald.",
89
- "created_sync_failed": "Blog toegevoegd, maar initiële ophaling mislukt: %{error}",
99
+ "created_synced": "Blog toegevoegd en gesynchroniseerd. {{items}} items opgehaald.",
100
+ "created_sync_failed": "Blog toegevoegd, maar initiële ophaling mislukt: {{error}}",
90
101
  "updated": "Blog succesvol bijgewerkt.",
91
102
  "deleted": "Blog succesvol verwijderd.",
92
- "refreshed": "Blog vernieuwd. %{items} nieuwe items toegevoegd.",
103
+ "refreshed": "Blog vernieuwd. {{items}} nieuwe items toegevoegd.",
93
104
  "form": {
94
105
  "discoverUrl": "Website-URL",
95
106
  "discover": "Feed ontdekken",
package/locales/pl.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Spowoduje to usunięcie wszystkich elementów w pamięci podręcznej i ponowne pobranie wszystkiego. Kontynuować?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogi z błędami",
31
- "seeAll": "Zobacz wszystkie %{count} blogi z błędami"
38
+ "seeAll": "Zobacz wszystkie {{count}} blogi z błędami"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Zapisz",
42
49
  "empty": "Brak skonfigurowanych źródeł OPML. Użyj tego do masowego importu blogów z FreshRSS lub innych czytników kanałów.",
43
50
  "recent": "Źródła OPML",
44
- "interval": "Co %{minutes} min",
51
+ "interval": "Co {{minutes}} min",
45
52
  "lastSync": "Ostatnio zsynchronizowano",
46
53
  "deleteConfirm": "Usunąć to źródło OPML? Importowane blogi pozostaną.",
47
54
  "created": "Źródło OPML utworzone pomyślnie.",
48
55
  "created_synced": "Źródło OPML utworzone i zsynchronizowane pomyślnie.",
49
- "created_sync_failed": "Źródło OPML utworzone, ale synchronizacja nie powiodła się: %{error}",
56
+ "created_sync_failed": "Źródło OPML utworzone, ale synchronizacja nie powiodła się: {{error}}",
50
57
  "updated": "Źródło OPML zaktualizowane pomyślnie.",
51
58
  "deleted": "Źródło OPML usunięte pomyślnie.",
52
- "synced": "Zsynchronizowano pomyślnie. Dodano: %{added}, Zaktualizowano: %{updated}",
59
+ "synced": "Zsynchronizowano pomyślnie. Dodano: {{added}}, Zaktualizowano: {{updated}}",
53
60
  "form": {
54
61
  "name": "Nazwa",
55
62
  "type": "Typ importu",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "Zawartość OPML",
60
67
  "opmlContentHint": "Wklej tutaj pełną zawartość XML OPML",
61
68
  "syncInterval": "Interwał synchronizacji",
62
- "enabled": "Włącz automatyczną synchronizację"
69
+ "enabled": "Włącz automatyczną synchronizację",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Wyczyść filtry",
86
97
  "deleteConfirm": "Usunąć ten blog i wszystkie jego elementy w pamięci podręcznej?",
87
98
  "created": "Blog dodany pomyślnie.",
88
- "created_synced": "Blog dodany i zsynchronizowany. Pobrano %{items} elementów.",
89
- "created_sync_failed": "Blog dodany, ale początkowe pobieranie nie powiodło się: %{error}",
99
+ "created_synced": "Blog dodany i zsynchronizowany. Pobrano {{items}} elementów.",
100
+ "created_sync_failed": "Blog dodany, ale początkowe pobieranie nie powiodło się: {{error}}",
90
101
  "updated": "Blog zaktualizowany pomyślnie.",
91
102
  "deleted": "Blog usunięty pomyślnie.",
92
- "refreshed": "Blog odświeżony. Dodano %{items} nowych elementów.",
103
+ "refreshed": "Blog odświeżony. Dodano {{items}} nowych elementów.",
93
104
  "form": {
94
105
  "discoverUrl": "URL strony internetowej",
95
106
  "discover": "Odkryj kanał",
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Isso excluirá todos os itens em cache e buscará tudo novamente. Continuar?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogs com erros",
31
- "seeAll": "Ver todos os %{count} blogs com erros"
38
+ "seeAll": "Ver todos os {{count}} blogs com erros"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Salvar",
42
49
  "empty": "Nenhuma fonte OPML configurada. Use isto para importar blogs em massa do FreshRSS ou outros leitores de feeds.",
43
50
  "recent": "Fontes OPML",
44
- "interval": "A cada %{minutes} min",
51
+ "interval": "A cada {{minutes}} min",
45
52
  "lastSync": "Última sincronização",
46
53
  "deleteConfirm": "Excluir esta fonte OPML? Os blogs importados permanecerão.",
47
54
  "created": "Fonte OPML criada com sucesso.",
48
55
  "created_synced": "Fonte OPML criada e sincronizada com sucesso.",
49
- "created_sync_failed": "Fonte OPML criada, mas a sincronização falhou: %{error}",
56
+ "created_sync_failed": "Fonte OPML criada, mas a sincronização falhou: {{error}}",
50
57
  "updated": "Fonte OPML atualizada com sucesso.",
51
58
  "deleted": "Fonte OPML excluída com sucesso.",
52
- "synced": "Sincronizado com sucesso. Adicionados: %{added}, Atualizados: %{updated}",
59
+ "synced": "Sincronizado com sucesso. Adicionados: {{added}}, Atualizados: {{updated}}",
53
60
  "form": {
54
61
  "name": "Nome",
55
62
  "type": "Tipo de importação",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "Conteúdo OPML",
60
67
  "opmlContentHint": "Cole aqui o conteúdo XML OPML completo",
61
68
  "syncInterval": "Intervalo de sincronização",
62
- "enabled": "Ativar sincronização automática"
69
+ "enabled": "Ativar sincronização automática",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Limpar filtros",
86
97
  "deleteConfirm": "Excluir este blog e todos os seus itens em cache?",
87
98
  "created": "Blog adicionado com sucesso.",
88
- "created_synced": "Blog adicionado e sincronizado. Buscados %{items} itens.",
89
- "created_sync_failed": "Blog adicionado, mas a busca inicial falhou: %{error}",
99
+ "created_synced": "Blog adicionado e sincronizado. Buscados {{items}} itens.",
100
+ "created_sync_failed": "Blog adicionado, mas a busca inicial falhou: {{error}}",
90
101
  "updated": "Blog atualizado com sucesso.",
91
102
  "deleted": "Blog excluído com sucesso.",
92
- "refreshed": "Blog atualizado. Adicionados %{items} novos itens.",
103
+ "refreshed": "Blog atualizado. Adicionados {{items}} novos itens.",
93
104
  "form": {
94
105
  "discoverUrl": "URL do website",
95
106
  "discover": "Descobrir feed",
package/locales/pt.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Isto eliminará todos os itens em cache e voltará a obter tudo. Continuar?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Blogues com erros",
31
- "seeAll": "Ver todos os %{count} blogues com erros"
38
+ "seeAll": "Ver todos os {{count}} blogues com erros"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Guardar",
42
49
  "empty": "Nenhuma fonte OPML configurada. Use isto para importar blogues em massa do FreshRSS ou outros leitores de feeds.",
43
50
  "recent": "Fontes OPML",
44
- "interval": "A cada %{minutes} min",
51
+ "interval": "A cada {{minutes}} min",
45
52
  "lastSync": "Última sincronização",
46
53
  "deleteConfirm": "Eliminar esta fonte OPML? Os blogues importados permanecerão.",
47
54
  "created": "Fonte OPML criada com sucesso.",
48
55
  "created_synced": "Fonte OPML criada e sincronizada com sucesso.",
49
- "created_sync_failed": "Fonte OPML criada, mas a sincronização falhou: %{error}",
56
+ "created_sync_failed": "Fonte OPML criada, mas a sincronização falhou: {{error}}",
50
57
  "updated": "Fonte OPML atualizada com sucesso.",
51
58
  "deleted": "Fonte OPML eliminada com sucesso.",
52
- "synced": "Sincronizado com sucesso. Adicionados: %{added}, Atualizados: %{updated}",
59
+ "synced": "Sincronizado com sucesso. Adicionados: {{added}}, Atualizados: {{updated}}",
53
60
  "form": {
54
61
  "name": "Nome",
55
62
  "type": "Tipo de importação",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "Conteúdo OPML",
60
67
  "opmlContentHint": "Cole aqui o conteúdo XML OPML completo",
61
68
  "syncInterval": "Intervalo de sincronização",
62
- "enabled": "Ativar sincronização automática"
69
+ "enabled": "Ativar sincronização automática",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Limpar filtros",
86
97
  "deleteConfirm": "Eliminar este blogue e todos os seus itens em cache?",
87
98
  "created": "Blogue adicionado com sucesso.",
88
- "created_synced": "Blogue adicionado e sincronizado. Obtidos %{items} itens.",
89
- "created_sync_failed": "Blogue adicionado, mas a obtenção inicial falhou: %{error}",
99
+ "created_synced": "Blogue adicionado e sincronizado. Obtidos {{items}} itens.",
100
+ "created_sync_failed": "Blogue adicionado, mas a obtenção inicial falhou: {{error}}",
90
101
  "updated": "Blogue atualizado com sucesso.",
91
102
  "deleted": "Blogue eliminado com sucesso.",
92
- "refreshed": "Blogue atualizado. Adicionados %{items} novos itens.",
103
+ "refreshed": "Blogue atualizado. Adicionados {{items}} novos itens.",
93
104
  "form": {
94
105
  "discoverUrl": "URL do website",
95
106
  "discover": "Descobrir feed",
package/locales/sr.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Ово ће обрисати све кеширане ставке и поново преузети све. Наставити?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Блогови са грешкама",
31
- "seeAll": "Погледај свих %{count} блогова са грешкама"
38
+ "seeAll": "Погледај свих {{count}} блогова са грешкама"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Сачувај",
42
49
  "empty": "Нема конфигурисаних OPML извора. Користите ово за масовни увоз блогова из FreshRSS или других читача довода.",
43
50
  "recent": "OPML извори",
44
- "interval": "Сваких %{minutes} мин",
51
+ "interval": "Сваких {{minutes}} мин",
45
52
  "lastSync": "Последња синхронизација",
46
53
  "deleteConfirm": "Обрисати овај OPML извор? Блогови увезени из њега ће остати.",
47
54
  "created": "OPML извор успешно креиран.",
48
55
  "created_synced": "OPML извор успешно креиран и синхронизован.",
49
- "created_sync_failed": "OPML извор креиран, али синхронизација није успела: %{error}",
56
+ "created_sync_failed": "OPML извор креиран, али синхронизација није успела: {{error}}",
50
57
  "updated": "OPML извор успешно ажуриран.",
51
58
  "deleted": "OPML извор успешно обрисан.",
52
- "synced": "Успешно синхронизовано. Додато: %{added}, Ажурирано: %{updated}",
59
+ "synced": "Успешно синхронизовано. Додато: {{added}}, Ажурирано: {{updated}}",
53
60
  "form": {
54
61
  "name": "Назив",
55
62
  "type": "Тип увоза",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "OPML садржај",
60
67
  "opmlContentHint": "Налепите овде потпун OPML XML садржај",
61
68
  "syncInterval": "Интервал синхронизације",
62
- "enabled": "Омогући аутоматску синхронизацију"
69
+ "enabled": "Омогући аутоматску синхронизацију",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Обриши филтере",
86
97
  "deleteConfirm": "Обрисати овај блог и све његове кеширане ставке?",
87
98
  "created": "Блог успешно додат.",
88
- "created_synced": "Блог додат и синхронизован. Преузето %{items} ставки.",
89
- "created_sync_failed": "Блог додат, али почетно преузимање није успело: %{error}",
99
+ "created_synced": "Блог додат и синхронизован. Преузето {{items}} ставки.",
100
+ "created_sync_failed": "Блог додат, али почетно преузимање није успело: {{error}}",
90
101
  "updated": "Блог успешно ажуриран.",
91
102
  "deleted": "Блог успешно обрисан.",
92
- "refreshed": "Блог освежен. Додато %{items} нових ставки.",
103
+ "refreshed": "Блог освежен. Додато {{items}} нових ставки.",
93
104
  "form": {
94
105
  "discoverUrl": "URL веб-сајта",
95
106
  "discover": "Открий довод",
package/locales/sv.json CHANGED
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "Detta kommer att ta bort alla cachade poster och hämta allt igen. Fortsätta?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "Bloggar med fel",
31
- "seeAll": "Se alla %{count} bloggar med fel"
38
+ "seeAll": "Se alla {{count}} bloggar med fel"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "Spara",
42
49
  "empty": "Inga OPML-källor konfigurerade. Använd detta för att massimportera bloggar från FreshRSS eller andra flödesläsare.",
43
50
  "recent": "OPML-källor",
44
- "interval": "Varje %{minutes} min",
51
+ "interval": "Varje {{minutes}} min",
45
52
  "lastSync": "Senast synkroniserad",
46
53
  "deleteConfirm": "Ta bort denna OPML-källa? Bloggar importerade från den kommer att finnas kvar.",
47
54
  "created": "OPML-källa skapad.",
48
55
  "created_synced": "OPML-källa skapad och synkroniserad.",
49
- "created_sync_failed": "OPML-källa skapad, men synkronisering misslyckades: %{error}",
56
+ "created_sync_failed": "OPML-källa skapad, men synkronisering misslyckades: {{error}}",
50
57
  "updated": "OPML-källa uppdaterad.",
51
58
  "deleted": "OPML-källa borttagen.",
52
- "synced": "Synkronisering lyckades. Tillagda: %{added}, Uppdaterade: %{updated}",
59
+ "synced": "Synkronisering lyckades. Tillagda: {{added}}, Uppdaterade: {{updated}}",
53
60
  "form": {
54
61
  "name": "Namn",
55
62
  "type": "Importtyp",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "OPML-innehåll",
60
67
  "opmlContentHint": "Klistra in det fullständiga OPML XML-innehållet här",
61
68
  "syncInterval": "Synkroniseringsintervall",
62
- "enabled": "Aktivera automatisk synkronisering"
69
+ "enabled": "Aktivera automatisk synkronisering",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "Rensa filter",
86
97
  "deleteConfirm": "Ta bort denna blogg och alla dess cachade poster?",
87
98
  "created": "Blogg tillagd.",
88
- "created_synced": "Blogg tillagd och synkroniserad. Hämtade %{items} poster.",
89
- "created_sync_failed": "Blogg tillagd, men initial hämtning misslyckades: %{error}",
99
+ "created_synced": "Blogg tillagd och synkroniserad. Hämtade {{items}} poster.",
100
+ "created_sync_failed": "Blogg tillagd, men initial hämtning misslyckades: {{error}}",
90
101
  "updated": "Blogg uppdaterad.",
91
102
  "deleted": "Blogg borttagen.",
92
- "refreshed": "Blogg uppdaterad. Lade till %{items} nya poster.",
103
+ "refreshed": "Blogg uppdaterad. Lade till {{items}} nya poster.",
93
104
  "form": {
94
105
  "discoverUrl": "Webbplats-URL",
95
106
  "discover": "Upptäck flöde",
@@ -26,9 +26,16 @@
26
26
  "clearConfirm": "这将删除所有缓存的条目并重新获取所有内容。继续吗?"
27
27
  },
28
28
 
29
+ "sync": {
30
+ "success": "Synced {{blogs}} blogs, added {{items}} items.",
31
+ "error": "Sync failed: {{error}}",
32
+ "already_running": "A sync is already in progress.",
33
+ "cleared_success": "Cleared and re-synced {{blogs}} blogs, added {{items}} items."
34
+ },
35
+
29
36
  "errors": {
30
37
  "title": "有错误的博客",
31
- "seeAll": "查看所有 %{count} 个有错误的博客"
38
+ "seeAll": "查看所有 {{count}} 个有错误的博客"
32
39
  },
33
40
 
34
41
  "sources": {
@@ -41,15 +48,15 @@
41
48
  "save": "保存",
42
49
  "empty": "未配置 OPML 源。使用此功能从 FreshRSS 或其他订阅阅读器批量导入博客。",
43
50
  "recent": "OPML 源",
44
- "interval": "每 %{minutes} 分钟",
51
+ "interval": "每 {{minutes}} 分钟",
45
52
  "lastSync": "最后同步",
46
53
  "deleteConfirm": "删除此 OPML 源?从中导入的博客将保留。",
47
54
  "created": "OPML 源创建成功。",
48
55
  "created_synced": "OPML 源创建并同步成功。",
49
- "created_sync_failed": "OPML 源已创建,但同步失败:%{error}",
56
+ "created_sync_failed": "OPML 源已创建,但同步失败:{{error}}",
50
57
  "updated": "OPML 源更新成功。",
51
58
  "deleted": "OPML 源删除成功。",
52
- "synced": "同步成功。已添加:%{added},已更新:%{updated}",
59
+ "synced": "同步成功。已添加:{{added}},已更新:{{updated}}",
53
60
  "form": {
54
61
  "name": "名称",
55
62
  "type": "导入类型",
@@ -59,7 +66,11 @@
59
66
  "opmlContent": "OPML 内容",
60
67
  "opmlContentHint": "在此粘贴完整的 OPML XML 内容",
61
68
  "syncInterval": "同步间隔",
62
- "enabled": "启用自动同步"
69
+ "enabled": "启用自动同步",
70
+ "microsubChannel": "Microsub Channel",
71
+ "microsubChannelHint": "Sync feeds from a specific channel, or all channels",
72
+ "categoryPrefix": "Category Prefix",
73
+ "categoryPrefixHint": "Optional prefix for blog categories (e.g., 'Following: ')"
63
74
  }
64
75
  },
65
76
 
@@ -85,11 +96,11 @@
85
96
  "clearFilters": "清除筛选",
86
97
  "deleteConfirm": "删除此博客及其所有缓存条目?",
87
98
  "created": "博客添加成功。",
88
- "created_synced": "博客已添加并同步。获取了 %{items} 个条目。",
89
- "created_sync_failed": "博客已添加,但初始获取失败:%{error}",
99
+ "created_synced": "博客已添加并同步。获取了 {{items}} 个条目。",
100
+ "created_sync_failed": "博客已添加,但初始获取失败:{{error}}",
90
101
  "updated": "博客更新成功。",
91
102
  "deleted": "博客删除成功。",
92
- "refreshed": "博客已刷新。添加了 %{items} 个新条目。",
103
+ "refreshed": "博客已刷新。添加了 {{items}} 个新条目。",
93
104
  "form": {
94
105
  "discoverUrl": "网站 URL",
95
106
  "discover": "发现订阅源",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-blogroll",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "Blogroll endpoint for Indiekit. Aggregates blog feeds from OPML, JSON feeds, or manual entry.",
5
5
  "keywords": [
6
6
  "indiekit",