@rmdes/indiekit-endpoint-microsub 1.0.28 → 1.0.29
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/README.md +246 -0
- package/index.js +9 -0
- package/locales/de.json +104 -0
- package/locales/es-419.json +104 -0
- package/locales/es.json +104 -0
- package/locales/fr.json +104 -0
- package/locales/hi.json +104 -0
- package/locales/id.json +104 -0
- package/locales/it.json +104 -0
- package/locales/nl.json +104 -0
- package/locales/pl.json +104 -0
- package/locales/pt-BR.json +104 -0
- package/locales/pt.json +104 -0
- package/locales/sr.json +104 -0
- package/locales/sv.json +104 -0
- package/locales/zh-Hans-CN.json +104 -0
- package/package.json +1 -1
package/locales/hi.json
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"microsub": {
|
|
3
|
+
"reader": {
|
|
4
|
+
"title": "रीडर",
|
|
5
|
+
"empty": "प्रदर्शित करने के लिए कोई आइटम नहीं",
|
|
6
|
+
"markAllRead": "सभी को पढ़ा हुआ चिह्नित करें",
|
|
7
|
+
"showRead": "पढ़े हुए दिखाएं ({{count}})",
|
|
8
|
+
"hideRead": "पढ़े हुए आइटम छिपाएं",
|
|
9
|
+
"allRead": "सब पकड़ लिया!",
|
|
10
|
+
"newer": "नया",
|
|
11
|
+
"older": "पुराना"
|
|
12
|
+
},
|
|
13
|
+
"channels": {
|
|
14
|
+
"title": "चैनल",
|
|
15
|
+
"name": "चैनल का नाम",
|
|
16
|
+
"new": "नया चैनल",
|
|
17
|
+
"create": "चैनल बनाएं",
|
|
18
|
+
"delete": "चैनल हटाएं",
|
|
19
|
+
"settings": "चैनल सेटिंग्स",
|
|
20
|
+
"empty": "अभी तक कोई चैनल नहीं। शुरू करने के लिए एक बनाएं।",
|
|
21
|
+
"notifications": "सूचनाएं"
|
|
22
|
+
},
|
|
23
|
+
"timeline": {
|
|
24
|
+
"title": "टाइमलाइन",
|
|
25
|
+
"empty": "इस चैनल में कोई आइटम नहीं",
|
|
26
|
+
"markRead": "पढ़ा हुआ चिह्नित करें",
|
|
27
|
+
"markUnread": "अपठित चिह्नित करें",
|
|
28
|
+
"remove": "हटाएं"
|
|
29
|
+
},
|
|
30
|
+
"feeds": {
|
|
31
|
+
"title": "फीड",
|
|
32
|
+
"follow": "फॉलो करें",
|
|
33
|
+
"subscribe": "फीड की सदस्यता लें",
|
|
34
|
+
"unfollow": "अनफॉलो करें",
|
|
35
|
+
"empty": "इस चैनल में कोई फीड फॉलो नहीं किया गया",
|
|
36
|
+
"url": "फीड URL",
|
|
37
|
+
"urlPlaceholder": "https://example.com/feed.xml",
|
|
38
|
+
"edit": "फीड संपादित करें",
|
|
39
|
+
"rediscover": "फीड को फिर से खोजें",
|
|
40
|
+
"refresh": "अभी रिफ्रेश करें",
|
|
41
|
+
"status": {
|
|
42
|
+
"active": "सक्रिय",
|
|
43
|
+
"error": "त्रुटि",
|
|
44
|
+
"stale": "पुराना"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"item": {
|
|
48
|
+
"reply": "जवाब दें",
|
|
49
|
+
"like": "पसंद करें",
|
|
50
|
+
"repost": "रीपोस्ट",
|
|
51
|
+
"bookmark": "बुकमार्क",
|
|
52
|
+
"viewOriginal": "मूल देखें"
|
|
53
|
+
},
|
|
54
|
+
"compose": {
|
|
55
|
+
"title": "लिखें",
|
|
56
|
+
"content": "आपके मन में क्या है?",
|
|
57
|
+
"comment": "एक टिप्पणी जोड़ें (वैकल्पिक)",
|
|
58
|
+
"commentHint": "जब यह सिंडिकेट किया जाएगा तो आपकी टिप्पणी शामिल की जाएगी",
|
|
59
|
+
"syndicateTo": "इसमें सिंडिकेट करें",
|
|
60
|
+
"syndicateHint": "चुनें कि इसे कहां क्रॉस-पोस्ट करना है",
|
|
61
|
+
"submit": "पोस्ट करें",
|
|
62
|
+
"cancel": "रद्द करें",
|
|
63
|
+
"replyTo": "इसका जवाब दे रहे हैं",
|
|
64
|
+
"likeOf": "पसंद कर रहे हैं",
|
|
65
|
+
"repostOf": "रीपोस्ट कर रहे हैं",
|
|
66
|
+
"bookmarkOf": "बुकमार्क कर रहे हैं"
|
|
67
|
+
},
|
|
68
|
+
"settings": {
|
|
69
|
+
"title": "{{channel}} सेटिंग्स",
|
|
70
|
+
"excludeTypes": "इंटरैक्शन प्रकार बाहर करें",
|
|
71
|
+
"excludeTypesHelp": "इस चैनल से छिपाने के लिए पोस्ट के प्रकार चुनें",
|
|
72
|
+
"excludeRegex": "बहिष्करण पैटर्न",
|
|
73
|
+
"excludeRegexHelp": "मिलान सामग्री को फ़िल्टर करने के लिए रेगुलर एक्सप्रेशन",
|
|
74
|
+
"save": "सेटिंग्स सहेजें",
|
|
75
|
+
"dangerZone": "खतरनाक क्षेत्र",
|
|
76
|
+
"deleteWarning": "इस चैनल को हटाने से सभी फीड और आइटम स्थायी रूप से हटा दिए जाएंगे। इस क्रिया को पूर्ववत नहीं किया जा सकता।",
|
|
77
|
+
"deleteConfirm": "क्या आप वाकई इस चैनल और इसकी सभी सामग्री को हटाना चाहते हैं?",
|
|
78
|
+
"delete": "चैनल हटाएं",
|
|
79
|
+
"types": {
|
|
80
|
+
"like": "पसंद",
|
|
81
|
+
"repost": "रीपोस्ट",
|
|
82
|
+
"bookmark": "बुकमार्क",
|
|
83
|
+
"reply": "जवाब",
|
|
84
|
+
"checkin": "चेक-इन"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"search": {
|
|
88
|
+
"title": "खोजें",
|
|
89
|
+
"placeholder": "URL या खोज शब्द दर्ज करें",
|
|
90
|
+
"submit": "खोजें",
|
|
91
|
+
"noResults": "कोई परिणाम नहीं मिला"
|
|
92
|
+
},
|
|
93
|
+
"preview": {
|
|
94
|
+
"title": "पूर्वावलोकन",
|
|
95
|
+
"subscribe": "इस फीड की सदस्यता लें"
|
|
96
|
+
},
|
|
97
|
+
"error": {
|
|
98
|
+
"channelNotFound": "चैनल नहीं मिला",
|
|
99
|
+
"feedNotFound": "फीड नहीं मिला",
|
|
100
|
+
"invalidUrl": "अमान्य URL",
|
|
101
|
+
"invalidAction": "अमान्य क्रिया"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
package/locales/id.json
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"microsub": {
|
|
3
|
+
"reader": {
|
|
4
|
+
"title": "Pembaca",
|
|
5
|
+
"empty": "Tidak ada item untuk ditampilkan",
|
|
6
|
+
"markAllRead": "Tandai semua sudah dibaca",
|
|
7
|
+
"showRead": "Tampilkan yang sudah dibaca ({{count}})",
|
|
8
|
+
"hideRead": "Sembunyikan item yang sudah dibaca",
|
|
9
|
+
"allRead": "Semua sudah terbaca!",
|
|
10
|
+
"newer": "Lebih baru",
|
|
11
|
+
"older": "Lebih lama"
|
|
12
|
+
},
|
|
13
|
+
"channels": {
|
|
14
|
+
"title": "Kanal",
|
|
15
|
+
"name": "Nama kanal",
|
|
16
|
+
"new": "Kanal baru",
|
|
17
|
+
"create": "Buat kanal",
|
|
18
|
+
"delete": "Hapus kanal",
|
|
19
|
+
"settings": "Pengaturan kanal",
|
|
20
|
+
"empty": "Belum ada kanal. Buat satu untuk memulai.",
|
|
21
|
+
"notifications": "Notifikasi"
|
|
22
|
+
},
|
|
23
|
+
"timeline": {
|
|
24
|
+
"title": "Lini masa",
|
|
25
|
+
"empty": "Tidak ada item di kanal ini",
|
|
26
|
+
"markRead": "Tandai sudah dibaca",
|
|
27
|
+
"markUnread": "Tandai belum dibaca",
|
|
28
|
+
"remove": "Hapus"
|
|
29
|
+
},
|
|
30
|
+
"feeds": {
|
|
31
|
+
"title": "Umpan",
|
|
32
|
+
"follow": "Ikuti",
|
|
33
|
+
"subscribe": "Berlangganan umpan",
|
|
34
|
+
"unfollow": "Berhenti mengikuti",
|
|
35
|
+
"empty": "Tidak ada umpan yang diikuti di kanal ini",
|
|
36
|
+
"url": "URL umpan",
|
|
37
|
+
"urlPlaceholder": "https://contoh.com/feed.xml",
|
|
38
|
+
"edit": "Edit umpan",
|
|
39
|
+
"rediscover": "Temukan ulang umpan",
|
|
40
|
+
"refresh": "Segarkan sekarang",
|
|
41
|
+
"status": {
|
|
42
|
+
"active": "Aktif",
|
|
43
|
+
"error": "Kesalahan",
|
|
44
|
+
"stale": "Basi"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"item": {
|
|
48
|
+
"reply": "Balas",
|
|
49
|
+
"like": "Suka",
|
|
50
|
+
"repost": "Pos ulang",
|
|
51
|
+
"bookmark": "Tandai halaman",
|
|
52
|
+
"viewOriginal": "Lihat asli"
|
|
53
|
+
},
|
|
54
|
+
"compose": {
|
|
55
|
+
"title": "Tulis",
|
|
56
|
+
"content": "Apa yang Anda pikirkan?",
|
|
57
|
+
"comment": "Tambahkan komentar (opsional)",
|
|
58
|
+
"commentHint": "Komentar Anda akan disertakan saat ini disindikasikan",
|
|
59
|
+
"syndicateTo": "Sindikasikan ke",
|
|
60
|
+
"syndicateHint": "Pilih di mana akan memposting silang ini",
|
|
61
|
+
"submit": "Kirim",
|
|
62
|
+
"cancel": "Batal",
|
|
63
|
+
"replyTo": "Membalas ke",
|
|
64
|
+
"likeOf": "Menyukai",
|
|
65
|
+
"repostOf": "Memposting ulang",
|
|
66
|
+
"bookmarkOf": "Menandai halaman"
|
|
67
|
+
},
|
|
68
|
+
"settings": {
|
|
69
|
+
"title": "Pengaturan {{channel}}",
|
|
70
|
+
"excludeTypes": "Kecualikan jenis interaksi",
|
|
71
|
+
"excludeTypesHelp": "Pilih jenis kiriman untuk disembunyikan dari kanal ini",
|
|
72
|
+
"excludeRegex": "Pola pengecualian",
|
|
73
|
+
"excludeRegexHelp": "Ekspresi reguler untuk menyaring konten yang cocok",
|
|
74
|
+
"save": "Simpan pengaturan",
|
|
75
|
+
"dangerZone": "Zona bahaya",
|
|
76
|
+
"deleteWarning": "Menghapus kanal ini akan menghapus semua umpan dan item secara permanen. Tindakan ini tidak dapat dibatalkan.",
|
|
77
|
+
"deleteConfirm": "Apakah Anda yakin ingin menghapus kanal ini dan semua kontennya?",
|
|
78
|
+
"delete": "Hapus kanal",
|
|
79
|
+
"types": {
|
|
80
|
+
"like": "Suka",
|
|
81
|
+
"repost": "Pos ulang",
|
|
82
|
+
"bookmark": "Tandai halaman",
|
|
83
|
+
"reply": "Balasan",
|
|
84
|
+
"checkin": "Check-in"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"search": {
|
|
88
|
+
"title": "Cari",
|
|
89
|
+
"placeholder": "Masukkan URL atau istilah pencarian",
|
|
90
|
+
"submit": "Cari",
|
|
91
|
+
"noResults": "Tidak ada hasil yang ditemukan"
|
|
92
|
+
},
|
|
93
|
+
"preview": {
|
|
94
|
+
"title": "Pratinjau",
|
|
95
|
+
"subscribe": "Berlangganan umpan ini"
|
|
96
|
+
},
|
|
97
|
+
"error": {
|
|
98
|
+
"channelNotFound": "Kanal tidak ditemukan",
|
|
99
|
+
"feedNotFound": "Umpan tidak ditemukan",
|
|
100
|
+
"invalidUrl": "URL tidak valid",
|
|
101
|
+
"invalidAction": "Tindakan tidak valid"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
package/locales/it.json
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"microsub": {
|
|
3
|
+
"reader": {
|
|
4
|
+
"title": "Lettore",
|
|
5
|
+
"empty": "Nessun elemento da visualizzare",
|
|
6
|
+
"markAllRead": "Segna tutto come letto",
|
|
7
|
+
"showRead": "Mostra letti ({{count}})",
|
|
8
|
+
"hideRead": "Nascondi elementi letti",
|
|
9
|
+
"allRead": "Tutto aggiornato!",
|
|
10
|
+
"newer": "Più recente",
|
|
11
|
+
"older": "Più vecchio"
|
|
12
|
+
},
|
|
13
|
+
"channels": {
|
|
14
|
+
"title": "Canali",
|
|
15
|
+
"name": "Nome del canale",
|
|
16
|
+
"new": "Nuovo canale",
|
|
17
|
+
"create": "Crea canale",
|
|
18
|
+
"delete": "Elimina canale",
|
|
19
|
+
"settings": "Impostazioni del canale",
|
|
20
|
+
"empty": "Nessun canale ancora. Creane uno per iniziare.",
|
|
21
|
+
"notifications": "Notifiche"
|
|
22
|
+
},
|
|
23
|
+
"timeline": {
|
|
24
|
+
"title": "Timeline",
|
|
25
|
+
"empty": "Nessun elemento in questo canale",
|
|
26
|
+
"markRead": "Segna come letto",
|
|
27
|
+
"markUnread": "Segna come non letto",
|
|
28
|
+
"remove": "Rimuovi"
|
|
29
|
+
},
|
|
30
|
+
"feeds": {
|
|
31
|
+
"title": "Feed",
|
|
32
|
+
"follow": "Segui",
|
|
33
|
+
"subscribe": "Iscriviti a un feed",
|
|
34
|
+
"unfollow": "Smetti di seguire",
|
|
35
|
+
"empty": "Nessun feed seguito in questo canale",
|
|
36
|
+
"url": "URL del feed",
|
|
37
|
+
"urlPlaceholder": "https://esempio.com/feed.xml",
|
|
38
|
+
"edit": "Modifica feed",
|
|
39
|
+
"rediscover": "Riscopri feed",
|
|
40
|
+
"refresh": "Aggiorna ora",
|
|
41
|
+
"status": {
|
|
42
|
+
"active": "Attivo",
|
|
43
|
+
"error": "Errore",
|
|
44
|
+
"stale": "Obsoleto"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"item": {
|
|
48
|
+
"reply": "Rispondi",
|
|
49
|
+
"like": "Mi piace",
|
|
50
|
+
"repost": "Ricondividi",
|
|
51
|
+
"bookmark": "Segnalibro",
|
|
52
|
+
"viewOriginal": "Visualizza originale"
|
|
53
|
+
},
|
|
54
|
+
"compose": {
|
|
55
|
+
"title": "Scrivi",
|
|
56
|
+
"content": "A cosa stai pensando?",
|
|
57
|
+
"comment": "Aggiungi un commento (facoltativo)",
|
|
58
|
+
"commentHint": "Il tuo commento sarà incluso quando questo viene sindacato",
|
|
59
|
+
"syndicateTo": "Sindaca a",
|
|
60
|
+
"syndicateHint": "Seleziona dove pubblicare questo",
|
|
61
|
+
"submit": "Pubblica",
|
|
62
|
+
"cancel": "Annulla",
|
|
63
|
+
"replyTo": "In risposta a",
|
|
64
|
+
"likeOf": "Mi piace",
|
|
65
|
+
"repostOf": "Ricondivisione",
|
|
66
|
+
"bookmarkOf": "Segnalibro"
|
|
67
|
+
},
|
|
68
|
+
"settings": {
|
|
69
|
+
"title": "Impostazioni di {{channel}}",
|
|
70
|
+
"excludeTypes": "Escludi tipi di interazione",
|
|
71
|
+
"excludeTypesHelp": "Seleziona i tipi di post da nascondere da questo canale",
|
|
72
|
+
"excludeRegex": "Pattern di esclusione",
|
|
73
|
+
"excludeRegexHelp": "Espressione regolare per filtrare i contenuti corrispondenti",
|
|
74
|
+
"save": "Salva impostazioni",
|
|
75
|
+
"dangerZone": "Zona pericolosa",
|
|
76
|
+
"deleteWarning": "L'eliminazione di questo canale rimuoverà permanentemente tutti i feed e gli elementi. Questa azione non può essere annullata.",
|
|
77
|
+
"deleteConfirm": "Sei sicuro di voler eliminare questo canale e tutti i suoi contenuti?",
|
|
78
|
+
"delete": "Elimina canale",
|
|
79
|
+
"types": {
|
|
80
|
+
"like": "Mi piace",
|
|
81
|
+
"repost": "Ricondivisioni",
|
|
82
|
+
"bookmark": "Segnalibri",
|
|
83
|
+
"reply": "Risposte",
|
|
84
|
+
"checkin": "Check-in"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"search": {
|
|
88
|
+
"title": "Cerca",
|
|
89
|
+
"placeholder": "Inserisci URL o termine di ricerca",
|
|
90
|
+
"submit": "Cerca",
|
|
91
|
+
"noResults": "Nessun risultato trovato"
|
|
92
|
+
},
|
|
93
|
+
"preview": {
|
|
94
|
+
"title": "Anteprima",
|
|
95
|
+
"subscribe": "Iscriviti a questo feed"
|
|
96
|
+
},
|
|
97
|
+
"error": {
|
|
98
|
+
"channelNotFound": "Canale non trovato",
|
|
99
|
+
"feedNotFound": "Feed non trovato",
|
|
100
|
+
"invalidUrl": "URL non valido",
|
|
101
|
+
"invalidAction": "Azione non valida"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
package/locales/nl.json
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"microsub": {
|
|
3
|
+
"reader": {
|
|
4
|
+
"title": "Lezer",
|
|
5
|
+
"empty": "Geen items om weer te geven",
|
|
6
|
+
"markAllRead": "Alles als gelezen markeren",
|
|
7
|
+
"showRead": "Toon gelezen ({{count}})",
|
|
8
|
+
"hideRead": "Verberg gelezen items",
|
|
9
|
+
"allRead": "Alles bijgewerkt!",
|
|
10
|
+
"newer": "Nieuwer",
|
|
11
|
+
"older": "Ouder"
|
|
12
|
+
},
|
|
13
|
+
"channels": {
|
|
14
|
+
"title": "Kanalen",
|
|
15
|
+
"name": "Kanaalnaam",
|
|
16
|
+
"new": "Nieuw kanaal",
|
|
17
|
+
"create": "Kanaal aanmaken",
|
|
18
|
+
"delete": "Kanaal verwijderen",
|
|
19
|
+
"settings": "Kanaalinstellingen",
|
|
20
|
+
"empty": "Nog geen kanalen. Maak er een om te beginnen.",
|
|
21
|
+
"notifications": "Meldingen"
|
|
22
|
+
},
|
|
23
|
+
"timeline": {
|
|
24
|
+
"title": "Tijdlijn",
|
|
25
|
+
"empty": "Geen items in dit kanaal",
|
|
26
|
+
"markRead": "Als gelezen markeren",
|
|
27
|
+
"markUnread": "Als ongelezen markeren",
|
|
28
|
+
"remove": "Verwijderen"
|
|
29
|
+
},
|
|
30
|
+
"feeds": {
|
|
31
|
+
"title": "Feeds",
|
|
32
|
+
"follow": "Volgen",
|
|
33
|
+
"subscribe": "Abonneren op een feed",
|
|
34
|
+
"unfollow": "Ontvolgen",
|
|
35
|
+
"empty": "Geen feeds gevolgd in dit kanaal",
|
|
36
|
+
"url": "Feed-URL",
|
|
37
|
+
"urlPlaceholder": "https://voorbeeld.nl/feed.xml",
|
|
38
|
+
"edit": "Feed bewerken",
|
|
39
|
+
"rediscover": "Feed opnieuw ontdekken",
|
|
40
|
+
"refresh": "Nu vernieuwen",
|
|
41
|
+
"status": {
|
|
42
|
+
"active": "Actief",
|
|
43
|
+
"error": "Fout",
|
|
44
|
+
"stale": "Verouderd"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"item": {
|
|
48
|
+
"reply": "Reageren",
|
|
49
|
+
"like": "Vind ik leuk",
|
|
50
|
+
"repost": "Opnieuw plaatsen",
|
|
51
|
+
"bookmark": "Bladwijzer",
|
|
52
|
+
"viewOriginal": "Origineel bekijken"
|
|
53
|
+
},
|
|
54
|
+
"compose": {
|
|
55
|
+
"title": "Opstellen",
|
|
56
|
+
"content": "Wat houdt je bezig?",
|
|
57
|
+
"comment": "Voeg een opmerking toe (optioneel)",
|
|
58
|
+
"commentHint": "Je opmerking wordt meegenomen wanneer dit wordt gesyndikeerd",
|
|
59
|
+
"syndicateTo": "Syndiceren naar",
|
|
60
|
+
"syndicateHint": "Selecteer waar dit moet worden geplaatst",
|
|
61
|
+
"submit": "Plaatsen",
|
|
62
|
+
"cancel": "Annuleren",
|
|
63
|
+
"replyTo": "Reageren op",
|
|
64
|
+
"likeOf": "Vind ik leuk",
|
|
65
|
+
"repostOf": "Opnieuw plaatsen",
|
|
66
|
+
"bookmarkOf": "Bladwijzer maken"
|
|
67
|
+
},
|
|
68
|
+
"settings": {
|
|
69
|
+
"title": "{{channel}}-instellingen",
|
|
70
|
+
"excludeTypes": "Interactietypes uitsluiten",
|
|
71
|
+
"excludeTypesHelp": "Selecteer berichttypen om te verbergen uit dit kanaal",
|
|
72
|
+
"excludeRegex": "Uitsluitingspatroon",
|
|
73
|
+
"excludeRegexHelp": "Reguliere expressie om overeenkomende inhoud te filteren",
|
|
74
|
+
"save": "Instellingen opslaan",
|
|
75
|
+
"dangerZone": "Gevarenzone",
|
|
76
|
+
"deleteWarning": "Het verwijderen van dit kanaal verwijdert permanent alle feeds en items. Deze actie kan niet ongedaan worden gemaakt.",
|
|
77
|
+
"deleteConfirm": "Weet je zeker dat je dit kanaal en al zijn inhoud wilt verwijderen?",
|
|
78
|
+
"delete": "Kanaal verwijderen",
|
|
79
|
+
"types": {
|
|
80
|
+
"like": "Vind ik leuks",
|
|
81
|
+
"repost": "Opnieuw geplaatste berichten",
|
|
82
|
+
"bookmark": "Bladwijzers",
|
|
83
|
+
"reply": "Reacties",
|
|
84
|
+
"checkin": "Check-ins"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"search": {
|
|
88
|
+
"title": "Zoeken",
|
|
89
|
+
"placeholder": "Voer URL of zoekterm in",
|
|
90
|
+
"submit": "Zoeken",
|
|
91
|
+
"noResults": "Geen resultaten gevonden"
|
|
92
|
+
},
|
|
93
|
+
"preview": {
|
|
94
|
+
"title": "Voorbeeld",
|
|
95
|
+
"subscribe": "Abonneren op deze feed"
|
|
96
|
+
},
|
|
97
|
+
"error": {
|
|
98
|
+
"channelNotFound": "Kanaal niet gevonden",
|
|
99
|
+
"feedNotFound": "Feed niet gevonden",
|
|
100
|
+
"invalidUrl": "Ongeldige URL",
|
|
101
|
+
"invalidAction": "Ongeldige actie"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
package/locales/pl.json
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"microsub": {
|
|
3
|
+
"reader": {
|
|
4
|
+
"title": "Czytnik",
|
|
5
|
+
"empty": "Brak elementów do wyświetlenia",
|
|
6
|
+
"markAllRead": "Oznacz wszystkie jako przeczytane",
|
|
7
|
+
"showRead": "Pokaż przeczytane ({{count}})",
|
|
8
|
+
"hideRead": "Ukryj przeczytane elementy",
|
|
9
|
+
"allRead": "Wszystko przeczytane!",
|
|
10
|
+
"newer": "Nowsze",
|
|
11
|
+
"older": "Starsze"
|
|
12
|
+
},
|
|
13
|
+
"channels": {
|
|
14
|
+
"title": "Kanały",
|
|
15
|
+
"name": "Nazwa kanału",
|
|
16
|
+
"new": "Nowy kanał",
|
|
17
|
+
"create": "Utwórz kanał",
|
|
18
|
+
"delete": "Usuń kanał",
|
|
19
|
+
"settings": "Ustawienia kanału",
|
|
20
|
+
"empty": "Nie ma jeszcze kanałów. Utwórz jeden, aby rozpocząć.",
|
|
21
|
+
"notifications": "Powiadomienia"
|
|
22
|
+
},
|
|
23
|
+
"timeline": {
|
|
24
|
+
"title": "Oś czasu",
|
|
25
|
+
"empty": "Brak elementów w tym kanale",
|
|
26
|
+
"markRead": "Oznacz jako przeczytane",
|
|
27
|
+
"markUnread": "Oznacz jako nieprzeczytane",
|
|
28
|
+
"remove": "Usuń"
|
|
29
|
+
},
|
|
30
|
+
"feeds": {
|
|
31
|
+
"title": "Kanały RSS",
|
|
32
|
+
"follow": "Obserwuj",
|
|
33
|
+
"subscribe": "Subskrybuj kanał",
|
|
34
|
+
"unfollow": "Przestań obserwować",
|
|
35
|
+
"empty": "Brak obserwowanych kanałów w tym kanale",
|
|
36
|
+
"url": "URL kanału",
|
|
37
|
+
"urlPlaceholder": "https://przyklad.pl/feed.xml",
|
|
38
|
+
"edit": "Edytuj kanał",
|
|
39
|
+
"rediscover": "Odkryj kanał ponownie",
|
|
40
|
+
"refresh": "Odśwież teraz",
|
|
41
|
+
"status": {
|
|
42
|
+
"active": "Aktywny",
|
|
43
|
+
"error": "Błąd",
|
|
44
|
+
"stale": "Nieaktualny"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"item": {
|
|
48
|
+
"reply": "Odpowiedz",
|
|
49
|
+
"like": "Polub",
|
|
50
|
+
"repost": "Udostępnij",
|
|
51
|
+
"bookmark": "Dodaj do zakładek",
|
|
52
|
+
"viewOriginal": "Zobacz oryginał"
|
|
53
|
+
},
|
|
54
|
+
"compose": {
|
|
55
|
+
"title": "Napisz",
|
|
56
|
+
"content": "Co Cię nurtuje?",
|
|
57
|
+
"comment": "Dodaj komentarz (opcjonalnie)",
|
|
58
|
+
"commentHint": "Twój komentarz zostanie uwzględniony podczas syndykacji",
|
|
59
|
+
"syndicateTo": "Syndykuj do",
|
|
60
|
+
"syndicateHint": "Wybierz, gdzie opublikować ten post",
|
|
61
|
+
"submit": "Opublikuj",
|
|
62
|
+
"cancel": "Anuluj",
|
|
63
|
+
"replyTo": "Odpowiadasz na",
|
|
64
|
+
"likeOf": "Lubisz",
|
|
65
|
+
"repostOf": "Udostępniasz",
|
|
66
|
+
"bookmarkOf": "Dodajesz do zakładek"
|
|
67
|
+
},
|
|
68
|
+
"settings": {
|
|
69
|
+
"title": "Ustawienia {{channel}}",
|
|
70
|
+
"excludeTypes": "Wyklucz typy interakcji",
|
|
71
|
+
"excludeTypesHelp": "Wybierz typy postów do ukrycia w tym kanale",
|
|
72
|
+
"excludeRegex": "Wzorzec wykluczania",
|
|
73
|
+
"excludeRegexHelp": "Wyrażenie regularne do filtrowania pasującej treści",
|
|
74
|
+
"save": "Zapisz ustawienia",
|
|
75
|
+
"dangerZone": "Strefa niebezpieczna",
|
|
76
|
+
"deleteWarning": "Usunięcie tego kanału trwale usunie wszystkie kanały RSS i elementy. Tej czynności nie można cofnąć.",
|
|
77
|
+
"deleteConfirm": "Czy na pewno chcesz usunąć ten kanał i całą jego zawartość?",
|
|
78
|
+
"delete": "Usuń kanał",
|
|
79
|
+
"types": {
|
|
80
|
+
"like": "Polubienia",
|
|
81
|
+
"repost": "Udostępnienia",
|
|
82
|
+
"bookmark": "Zakładki",
|
|
83
|
+
"reply": "Odpowiedzi",
|
|
84
|
+
"checkin": "Zameldowania"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"search": {
|
|
88
|
+
"title": "Szukaj",
|
|
89
|
+
"placeholder": "Wprowadź URL lub wyszukiwaną frazę",
|
|
90
|
+
"submit": "Szukaj",
|
|
91
|
+
"noResults": "Nie znaleziono wyników"
|
|
92
|
+
},
|
|
93
|
+
"preview": {
|
|
94
|
+
"title": "Podgląd",
|
|
95
|
+
"subscribe": "Subskrybuj ten kanał"
|
|
96
|
+
},
|
|
97
|
+
"error": {
|
|
98
|
+
"channelNotFound": "Nie znaleziono kanału",
|
|
99
|
+
"feedNotFound": "Nie znaleziono kanału RSS",
|
|
100
|
+
"invalidUrl": "Nieprawidłowy URL",
|
|
101
|
+
"invalidAction": "Nieprawidłowa akcja"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"microsub": {
|
|
3
|
+
"reader": {
|
|
4
|
+
"title": "Leitor",
|
|
5
|
+
"empty": "Nenhum item para exibir",
|
|
6
|
+
"markAllRead": "Marcar tudo como lido",
|
|
7
|
+
"showRead": "Mostrar lidos ({{count}})",
|
|
8
|
+
"hideRead": "Ocultar itens lidos",
|
|
9
|
+
"allRead": "Tudo em dia!",
|
|
10
|
+
"newer": "Mais recente",
|
|
11
|
+
"older": "Mais antigo"
|
|
12
|
+
},
|
|
13
|
+
"channels": {
|
|
14
|
+
"title": "Canais",
|
|
15
|
+
"name": "Nome do canal",
|
|
16
|
+
"new": "Novo canal",
|
|
17
|
+
"create": "Criar canal",
|
|
18
|
+
"delete": "Excluir canal",
|
|
19
|
+
"settings": "Configurações do canal",
|
|
20
|
+
"empty": "Ainda não há canais. Crie um para começar.",
|
|
21
|
+
"notifications": "Notificações"
|
|
22
|
+
},
|
|
23
|
+
"timeline": {
|
|
24
|
+
"title": "Linha do tempo",
|
|
25
|
+
"empty": "Nenhum item neste canal",
|
|
26
|
+
"markRead": "Marcar como lido",
|
|
27
|
+
"markUnread": "Marcar como não lido",
|
|
28
|
+
"remove": "Remover"
|
|
29
|
+
},
|
|
30
|
+
"feeds": {
|
|
31
|
+
"title": "Feeds",
|
|
32
|
+
"follow": "Seguir",
|
|
33
|
+
"subscribe": "Assinar um feed",
|
|
34
|
+
"unfollow": "Deixar de seguir",
|
|
35
|
+
"empty": "Nenhum feed seguido neste canal",
|
|
36
|
+
"url": "URL do feed",
|
|
37
|
+
"urlPlaceholder": "https://exemplo.com/feed.xml",
|
|
38
|
+
"edit": "Editar feed",
|
|
39
|
+
"rediscover": "Redescobrir feed",
|
|
40
|
+
"refresh": "Atualizar agora",
|
|
41
|
+
"status": {
|
|
42
|
+
"active": "Ativo",
|
|
43
|
+
"error": "Erro",
|
|
44
|
+
"stale": "Desatualizado"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"item": {
|
|
48
|
+
"reply": "Responder",
|
|
49
|
+
"like": "Curtir",
|
|
50
|
+
"repost": "Compartilhar novamente",
|
|
51
|
+
"bookmark": "Favoritar",
|
|
52
|
+
"viewOriginal": "Ver original"
|
|
53
|
+
},
|
|
54
|
+
"compose": {
|
|
55
|
+
"title": "Escrever",
|
|
56
|
+
"content": "O que você está pensando?",
|
|
57
|
+
"comment": "Adicionar um comentário (opcional)",
|
|
58
|
+
"commentHint": "Seu comentário será incluído quando isto for sindicado",
|
|
59
|
+
"syndicateTo": "Sindicar para",
|
|
60
|
+
"syndicateHint": "Selecione onde publicar isto",
|
|
61
|
+
"submit": "Publicar",
|
|
62
|
+
"cancel": "Cancelar",
|
|
63
|
+
"replyTo": "Respondendo a",
|
|
64
|
+
"likeOf": "Curtindo",
|
|
65
|
+
"repostOf": "Compartilhando novamente",
|
|
66
|
+
"bookmarkOf": "Favoritando"
|
|
67
|
+
},
|
|
68
|
+
"settings": {
|
|
69
|
+
"title": "Configurações de {{channel}}",
|
|
70
|
+
"excludeTypes": "Excluir tipos de interação",
|
|
71
|
+
"excludeTypesHelp": "Selecione os tipos de posts a ocultar deste canal",
|
|
72
|
+
"excludeRegex": "Padrão de exclusão",
|
|
73
|
+
"excludeRegexHelp": "Expressão regular para filtrar conteúdo correspondente",
|
|
74
|
+
"save": "Salvar configurações",
|
|
75
|
+
"dangerZone": "Zona de perigo",
|
|
76
|
+
"deleteWarning": "Excluir este canal removerá permanentemente todos os feeds e itens. Esta ação não pode ser desfeita.",
|
|
77
|
+
"deleteConfirm": "Você tem certeza de que deseja excluir este canal e todo o seu conteúdo?",
|
|
78
|
+
"delete": "Excluir canal",
|
|
79
|
+
"types": {
|
|
80
|
+
"like": "Curtidas",
|
|
81
|
+
"repost": "Compartilhamentos",
|
|
82
|
+
"bookmark": "Favoritos",
|
|
83
|
+
"reply": "Respostas",
|
|
84
|
+
"checkin": "Check-ins"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"search": {
|
|
88
|
+
"title": "Pesquisar",
|
|
89
|
+
"placeholder": "Digite URL ou termo de pesquisa",
|
|
90
|
+
"submit": "Pesquisar",
|
|
91
|
+
"noResults": "Nenhum resultado encontrado"
|
|
92
|
+
},
|
|
93
|
+
"preview": {
|
|
94
|
+
"title": "Visualização",
|
|
95
|
+
"subscribe": "Assinar este feed"
|
|
96
|
+
},
|
|
97
|
+
"error": {
|
|
98
|
+
"channelNotFound": "Canal não encontrado",
|
|
99
|
+
"feedNotFound": "Feed não encontrado",
|
|
100
|
+
"invalidUrl": "URL inválida",
|
|
101
|
+
"invalidAction": "Ação inválida"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|