Skip to content

Commit

Permalink
Merge pull request #175 from plebbit/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
plebeius-eth authored Jan 11, 2024
2 parents 3349e96 + b9efbc9 commit 3b095ca
Show file tree
Hide file tree
Showing 54 changed files with 564 additions and 165 deletions.
4 changes: 2 additions & 2 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ const createMainWindow = () => {
}

const appMenuBack = new MenuItem({
label: '',
label: 'Previous',
enabled: mainWindow?.webContents?.canGoBack(),
click: () => mainWindow?.webContents?.goBack(),
});
const appMenuForward = new MenuItem({
label: '',
label: 'Next',
enabled: mainWindow?.webContents?.canGoForward(),
click: () => mainWindow?.webContents?.goForward(),
});
Expand Down
Binary file added public/assets/buttons/delete-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#000000" />
<meta
name="description"
Expand Down
4 changes: 2 additions & 2 deletions public/translations/ar/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "تم إنشاؤها بواسطة {{creatorAddress}}",
"community_for": "مجتمع لمدة {{date}}",
"post_submitted_on": "تم تقديم هذا المنشور في {{postDate}}",
"community_last_seen": "آخر زيارة لعقدة المجتمع في {{dateAgo}}",
"readers_count": "قرّاء {{count}}",
"users_online": "مستخدمين {{count}} هنا الآن",
"point": "نقطة",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "شعار",
"address": "عنوان",
"nothing_found": "لا يبدو أن هناك شيء هنا",
"stickied_comment": "التعليق المثبت"
"stickied_comment": "التعليق المثبت",
"posts_last_synced": "آخر مرة تمت مزامنة المشاركات {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/bn/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "দ্বারা তৈরি {{creatorAddress}}",
"community_for": "মেয়াদ শেষে একটি সম্প্রদায়",
"post_submitted_on": "এই পোস্টটি {{postDate}} তে সাবমিট করা হয়েছে",
"community_last_seen": "সম্প্রদায় নোডটি শেষ দেখা গেছে {{dateAgo}}",
"readers_count": "{{count}} পাঠক",
"users_online": "{{count}} ব্যবহারকারী এখানে এখন",
"point": "পয়েন্ট",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "লোগো",
"address": "ঠিকানা",
"nothing_found": "এখানে কিছুই নেই মনে হয় না",
"stickied_comment": "পিন করা মন্তব্য"
"stickied_comment": "পিন করা মন্তব্য",
"posts_last_synced": "পোস্টগুলি সর্বশেষ সিঙ্ক হয়েছে {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/cs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "vytvořeno uživatelem {{creatorAddress}}",
"community_for": "komunita po dobu {{date}}",
"post_submitted_on": "tento příspěvek byl odeslán dne {{postDate}}",
"community_last_seen": "poslední viděná komunitní node {{dateAgo}}",
"readers_count": "{{count}} čtenáři",
"users_online": "{{count}} uživatelé zde nyní",
"point": "bod",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Adresa",
"nothing_found": "Zdá se, že zde nic není",
"stickied_comment": "Připnutý komentář"
"stickied_comment": "Připnutý komentář",
"posts_last_synced": "Poslední synchronizace příspěvků {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/da/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "oprettet af {{creatorAddress}}",
"community_for": "fællesskab i {{date}}",
"post_submitted_on": "denne indsendt dette indlæg på {{postDate}}",
"community_last_seen": "fællesskabsnode sidst set {{dateAgo}}",
"readers_count": "{{count}} læsere",
"users_online": "{{count}} brugere her nu",
"point": "punkt",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Adresse",
"nothing_found": "Der ser ikke ud til at være noget her",
"stickied_comment": "Fastgjort kommentar"
"stickied_comment": "Fastgjort kommentar",
"posts_last_synced": "Seneste opdatering af indlæg {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/de/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "erstellt von {{creatorAddress}}",
"community_for": "eine Gemeinschaft seit {{date}}",
"post_submitted_on": "dieser Beitrag wurde am {{postDate}} eingereicht",
"community_last_seen": "Community-Knoten zuletzt gesehen am {{dateAgo}}",
"readers_count": "{{count}} Leser",
"users_online": "{{count}} Nutzer jetzt hier",
"point": "Punkt",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Adresse",
"nothing_found": "Hier scheint nichts zu sein",
"stickied_comment": "Angehängter Kommentar"
"stickied_comment": "Angehängter Kommentar",
"posts_last_synced": "Zuletzt synchronisierte Beiträge {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/el/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "δημιουργήθηκε από {{creatorAddress}}",
"community_for": "κοινότητα για {{date}}",
"post_submitted_on": "αυτή η ανάρτηση κατατέθηκε στις {{postDate}}",
"community_last_seen": "κοινοτικό κόμβο τελευταία φορά που είδαμε {{dateAgo}}",
"readers_count": "{{count}} αναγνώστες",
"users_online": "{{count}} χρήστες εδώ τώρα",
"point": "σημείο",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Λογότυπο",
"address": "Διεύθυνση",
"nothing_found": "Δεν φαίνεται να υπάρχει τίποτα εδώ",
"stickied_comment": "Καρφωμένο σχόλιο"
"stickied_comment": "Καρφωμένο σχόλιο",
"posts_last_synced": "Τελευταία συγχρονισμένες δημοσιεύσεις {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/en/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "created by {{creatorAddress}}",
"community_for": "a community for {{date}}",
"post_submitted_on": "this post was submitted on {{postDate}}",
"community_last_seen": "community node last seen {{dateAgo}}",
"readers_count": "{{count}} readers",
"users_online": "{{count}} users here now",
"point": "point",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Address",
"nothing_found": "There doesn't seem to be anything here",
"stickied_comment": "Stickied Comment"
"stickied_comment": "Stickied Comment",
"posts_last_synced": "Posts last synced {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/es/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "creado por {{creatorAddress}}",
"community_for": "una comunidad por {{date}}",
"post_submitted_on": "esta publicación se presentó el {{postDate}}",
"community_last_seen": "nodo de comunidad visto por última vez {{dateAgo}}",
"readers_count": "{{count}} lectores",
"users_online": "{{count}} usuarios aquí ahora",
"point": "punto",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logotipo",
"address": "Dirección",
"nothing_found": "No parece haber nada aquí",
"stickied_comment": "Comentario fijado"
"stickied_comment": "Comentario fijado",
"posts_last_synced": "Últimas publicaciones sincronizadas {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/fa/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "ساخته شده توسط {{creatorAddress}}",
"community_for": "یک جامعه برای {{date}}",
"post_submitted_on": "این پست در {{postDate}} ارسال شده است",
"community_last_seen": "آخرین باری که گره جامعه دیده شده است {{dateAgo}}",
"readers_count": "{{count}} خوانندگان",
"users_online": "کاربران {{count}} در حال حاضر اینجا هستند",
"point": "نقطه",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "آرم",
"address": "آدرس",
"nothing_found": "به نظر نمی رسد که چیزی وجود داشته باشد",
"stickied_comment": "نظر ثابت"
"stickied_comment": "نظر ثابت",
"posts_last_synced": "آخرین باری که پست‌ها همگام‌سازی شدند {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/fi/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "luonut {{creatorAddress}}",
"community_for": "yhteisössä {{date}}",
"post_submitted_on": "tämä viesti on toimitettu {{postDate}}",
"community_last_seen": "yhteisö solmu viimeksi nähty {{dateAgo}}",
"readers_count": "{{count}} lukijat",
"users_online": "{{count}} käyttäjää täällä nyt",
"point": "piste",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Osoite",
"nothing_found": "Täällä ei näytä olevan mitään",
"stickied_comment": "Kiinnitetty kommentti"
"stickied_comment": "Kiinnitetty kommentti",
"posts_last_synced": "Viimeksi synkronoidut viestit {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/fil/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "likha ni {{creatorAddress}}",
"community_for": "isang komunidad para sa {{date}}",
"post_submitted_on": "ang post na ito ay isinumite noong {{postDate}}",
"community_last_seen": "komunidad node huli nakita sa {{dateAgo}}",
"readers_count": "{{count}} mga mambabasa",
"users_online": "{{count}} mga gumagamit dito ngayon",
"point": "punto",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Address",
"nothing_found": "Wala yatang nandito",
"stickied_comment": "Naka-pinned na Komento"
"stickied_comment": "Naka-pinned na Komento",
"posts_last_synced": "Mga huling na-synchronize na mga post {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/fr/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "créé par {{creatorAddress}}",
"community_for": "une communauté depuis {{date}}",
"post_submitted_on": "cette publication a été soumise le {{postDate}}",
"community_last_seen": "nœud communautaire vu pour la dernière fois le {{dateAgo}}",
"readers_count": "{{count}} lecteurs",
"users_online": "{{count}} utilisateurs ici maintenant",
"point": "point",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Adresse",
"nothing_found": "Il ne semble pas y avoir de contenu ici",
"stickied_comment": "Commentaire épinglé"
"stickied_comment": "Commentaire épinglé",
"posts_last_synced": "Dernières publications synchronisées {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/he/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "נוצר על ידי {{creatorAddress}}",
"community_for": "קהילה למשך {{date}}",
"post_submitted_on": "הפוסט הזה הוגש בתאריך {{postDate}}",
"community_last_seen": "צומת קהילה נראה לאחרונה ב {{dateAgo}}",
"readers_count": "{{count}} קוראים",
"users_online": "{{count}} משתמשים כאן עכשיו",
"point": "נקודה",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "לוגו",
"address": "כתובת",
"nothing_found": "נראה שאין כאן שום דבר",
"stickied_comment": "תגובה מוצבת"
"stickied_comment": "תגובה מוצבת",
"posts_last_synced": "פוסטים אחרונים שנסנכרנו {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/hi/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "द्वारा बनाई गई {{creatorAddress}}",
"community_for": "{{date}} के लिए एक समुदाय",
"post_submitted_on": "इस पोस्ट को {{postDate}} को जमा किया गया था",
"community_last_seen": "समुदाय नोड आखिरी बार देखा गया {{dateAgo}}",
"readers_count": "{{count}} पाठक",
"users_online": "{{count}} यहां अभी {{count}} उपयोगकर्ता हैं",
"point": "बिंदु",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "लोगो",
"address": "पता",
"nothing_found": "ऐसा कुछ नहीं दिखता है कि यहां कुछ है",
"stickied_comment": "पिन किया गया टिप्पणी"
"stickied_comment": "पिन किया गया टिप्पणी",
"posts_last_synced": "पोस्ट्स अंतिम बार {{dateAgo}} को सिंक की गईं"
}
4 changes: 2 additions & 2 deletions public/translations/hu/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "készítette {{creatorAddress}}",
"community_for": "egy közösség {{date}}",
"post_submitted_on": "ez a bejegyzés {{postDate}} n lett benyújtva",
"community_last_seen": "közösségi csomópont utoljára látható {{dateAgo}}",
"readers_count": "{{count}} olvasók",
"users_online": "{{count}} felhasználó itt most",
"point": "pont",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logó",
"address": "Cím",
"nothing_found": "Úgy tűnik, nincs itt semmi",
"stickied_comment": "Kitűzött hozzászólás"
"stickied_comment": "Kitűzött hozzászólás",
"posts_last_synced": "Legutóbb szinkronizált bejegyzések {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/id/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "dibuat oleh {{creatorAddress}}",
"community_for": "sebuah komunitas selama {{date}}",
"post_submitted_on": "posting ini diajukan pada {{postDate}}",
"community_last_seen": "node komunitas terakhir terlihat {{dateAgo}}",
"readers_count": "{{count}} pembaca",
"users_online": "{{count}} pengguna di sini sekarang",
"point": "titik",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Alamat",
"nothing_found": "Tidak ada yang tampaknya di sini",
"stickied_comment": "Komentar yang Dipasang"
"stickied_comment": "Komentar yang Dipasang",
"posts_last_synced": "Postingan yang terakhir disinkronkan {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/it/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "creata da {{creatorAddress}}",
"community_for": "una comunità da {{date}}",
"post_submitted_on": "questo post è stato inviato il {{postDate}}",
"community_last_seen": "nodo della comunità visto l'ultima volta {{dateAgo}}",
"readers_count": "{{count}} lettori",
"users_online": "{{count}} utenti qui ora",
"point": "punto",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Indirizzo",
"nothing_found": "Sembra che qui non ci sia nulla",
"stickied_comment": "Commento fissato"
"stickied_comment": "Commento fissato",
"posts_last_synced": "Post sincronizzati l'ultima volta {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/ja/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "作成者:{{creatorAddress}}",
"community_for": "{{date}} のコミュニティ",
"post_submitted_on": "この投稿は{{postDate}}に投稿されました",
"community_last_seen": "コミュニティノードは最後に{{dateAgo}}に見られました",
"readers_count": "{{count}} 読者",
"users_online": "現在{{count}}人のユーザーがここにいます",
"point": "ポイント",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "ロゴ",
"address": "住所",
"nothing_found": "ここには何もないようです",
"stickied_comment": "固定されたコメント"
"stickied_comment": "固定されたコメント",
"posts_last_synced": "最後に同期された投稿 {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/ko/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "만든 사람: {{creatorAddress}}",
"community_for": "{{date}}에 대한 커뮤니티",
"post_submitted_on": "이 게시물은 {{postDate}}에 게시되었습니다",
"community_last_seen": "커뮤니티 노드가 마지막으로 {{dateAgo}}에 본 날",
"readers_count": "{{count}} 독자",
"users_online": "지금 여기 {{count}} 명의 사용자",
"point": "포인트",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "로고",
"address": "주소",
"nothing_found": "여기에는 아무것도 없는 것 같습니다",
"stickied_comment": "고정된 댓글"
"stickied_comment": "고정된 댓글",
"posts_last_synced": "마지막 동기화된 게시물 {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/mr/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "द्वारे तयार केले {{creatorAddress}}",
"community_for": "{{date}}साठी एक समुदाय",
"post_submitted_on": "हा पोस्ट {{postDate}} रोजी सबमिट केला गेला होता",
"community_last_seen": "समुदाय नोड आखाच दिला गेला {{dateAgo}}",
"readers_count": "{{count}} वाचक",
"users_online": "{{count}} युजर्स इथे आत्ता",
"point": "बिंदू",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "लोगो",
"address": "पत्ता",
"nothing_found": "काहीतरी दिसत नाही आहे",
"stickied_comment": "टाळलेला टिप्पणी"
"stickied_comment": "टाळलेला टिप्पणी",
"posts_last_synced": "शेवटी सिंक केलेले पोस्ट्स {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/nl/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "gemaakt door {{creatorAddress}}",
"community_for": "een gemeenschap voor {{date}}",
"post_submitted_on": "deze post is ingediend op {{postDate}}",
"community_last_seen": "laatst gezien gemeenschapsknoop {{dateAgo}}",
"readers_count": "{{count}} lezers",
"users_online": "{{count}} gebruikers hier nu",
"point": "punt",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Adres",
"nothing_found": "Het lijkt erop dat hier niets is",
"stickied_comment": "Vastgezette opmerking"
"stickied_comment": "Vastgezette opmerking",
"posts_last_synced": "Laatst gesynchroniseerde berichten {{dateAgo}}"
}
4 changes: 2 additions & 2 deletions public/translations/no/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"created_by": "opprettet av {{creatorAddress}}",
"community_for": "et fellesskap for {{date}}",
"post_submitted_on": "dette innlegget ble sendt inn på {{postDate}}",
"community_last_seen": "samfunnsnode sist sett {{dateAgo}}",
"readers_count": "{{count}} lesere",
"users_online": "{{count}} brukere her nå",
"point": "punkt",
Expand Down Expand Up @@ -185,5 +184,6 @@
"logo": "Logo",
"address": "Adresse",
"nothing_found": "Det ser ikke ut til å være noe her",
"stickied_comment": "Festet kommentar"
"stickied_comment": "Festet kommentar",
"posts_last_synced": "Innlegg sist synkronisert {{dateAgo}}"
}
Loading

0 comments on commit 3b095ca

Please sign in to comment.