From b88cdf3a968fcd6335a9953c75bbf9b1d6588bcd Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sun, 31 Dec 2023 17:10:36 +0100 Subject: [PATCH] chore(translations): communities, edit --- public/translations/ar/default.json | 4 +++- public/translations/bn/default.json | 4 +++- public/translations/cs/default.json | 4 +++- public/translations/da/default.json | 4 +++- public/translations/de/default.json | 4 +++- public/translations/el/default.json | 4 +++- public/translations/en/default.json | 4 +++- public/translations/es/default.json | 4 +++- public/translations/fa/default.json | 4 +++- public/translations/fi/default.json | 4 +++- public/translations/fil/default.json | 4 +++- public/translations/fr/default.json | 4 +++- public/translations/he/default.json | 4 +++- public/translations/hi/default.json | 4 +++- public/translations/hu/default.json | 4 +++- public/translations/id/default.json | 4 +++- public/translations/it/default.json | 4 +++- public/translations/ja/default.json | 4 +++- public/translations/ko/default.json | 4 +++- public/translations/mr/default.json | 4 +++- public/translations/nl/default.json | 4 +++- public/translations/no/default.json | 4 +++- public/translations/pl/default.json | 4 +++- public/translations/pt/default.json | 4 +++- public/translations/ro/default.json | 4 +++- public/translations/ru/default.json | 4 +++- public/translations/sq/default.json | 4 +++- public/translations/sv/default.json | 4 +++- public/translations/te/default.json | 4 +++- public/translations/th/default.json | 4 +++- public/translations/tr/default.json | 4 +++- public/translations/uk/default.json | 4 +++- public/translations/ur/default.json | 4 +++- public/translations/vi/default.json | 4 +++- public/translations/zh/default.json | 4 +++- src/components/header/header.tsx | 2 +- 36 files changed, 106 insertions(+), 36 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 8631f7aa..6d7c4e41 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -173,5 +173,7 @@ "media_url": "عنوان وسائط", "post_locked_info": "هذا المنشور مغلق. لن تتمكن من التعليق.", "no_subscriptions_notice": "لم تنضم إلى أي مجتمع بعد.", - "members_count": "{{count}} أعضاء" + "members_count": "{{count}} أعضاء", + "communities": "مجتمع", + "edit": "تعديل" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index ecebc646..faf53bae 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -173,5 +173,7 @@ "media_url": "মিডিয়া ইউআরএল", "post_locked_info": "এই পোস্টটি লক হয়েছে। আপনি মন্তব্য করতে পারবেন না।", "no_subscriptions_notice": "আপনি এখনো কোনও সম্প্রদানে যোগ দিননি।", - "members_count": "{{count}} সদস্য" + "members_count": "{{count}} সদস্য", + "communities": "সম্প্রদান", + "edit": "সম্পাদনা" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 8307760f..d63a05dd 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -173,5 +173,7 @@ "media_url": "URL médií", "post_locked_info": "Tento příspěvek je uzamčen. Nebudete moci komentovat.", "no_subscriptions_notice": "Dosud jste se nepřipojili k žádné komunitě.", - "members_count": "{{count}} členů" + "members_count": "{{count}} členů", + "communities": "komunita", + "edit": "upravit" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index b01d3c37..66acf9c1 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -173,5 +173,7 @@ "media_url": "medie-URL", "post_locked_info": "Dette indlæg er låst. Du kan ikke kommentere.", "no_subscriptions_notice": "Du har endnu ikke tilsluttet dig nogen fællesskab.", - "members_count": "{{count}} medlemmer" + "members_count": "{{count}} medlemmer", + "communities": "fællesskab", + "edit": "redigere" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index f94c4378..e4bc5c45 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -173,5 +173,7 @@ "media_url": "Medien-URL", "post_locked_info": "Dieser Beitrag ist gesperrt. Sie können keine Kommentare abgeben.", "no_subscriptions_notice": "Du hast dich noch keiner Community angeschlossen.", - "members_count": "{{count}} Mitglieder" + "members_count": "{{count}} Mitglieder", + "communities": "Gemeinschaft", + "edit": "bearbeiten" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 863b9358..e199aa7f 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -173,5 +173,7 @@ "media_url": "URL πολυμέσων", "post_locked_info": "Αυτή η ανάρτηση είναι κλειδωμένη. Δεν θα μπορείτε να σχολιάσετε.", "no_subscriptions_notice": "Δεν έχετε εγγραφεί ακόμη σε κοινότητα.", - "members_count": "{{count}} μέλη" + "members_count": "{{count}} μέλη", + "communities": "κοινόνια", + "edit": "επικοινωνιακό" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index a0ccba20..06142ce5 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -173,5 +173,7 @@ "media_url": "media url", "post_locked_info": "This post is locked. You won't be able to comment.", "no_subscriptions_notice": "You haven't joined any community.", - "members_count": "{{count}} members" + "members_count": "{{count}} members", + "communities": "communities", + "edit": "edit" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index bed30847..43ac7003 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -173,5 +173,7 @@ "media_url": "URL de medios", "post_locked_info": "Esta publicación está bloqueada. No podrás comentar.", "no_subscriptions_notice": "Todavía no te has unido a ninguna comunidad.", - "members_count": "{{count}} miembros" + "members_count": "{{count}} miembros", + "communities": "comunidades", + "edit": "editar" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 17473928..1dd742cd 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -173,5 +173,7 @@ "media_url": "آدرس رسانه", "post_locked_info": "این پست قفل شده است. نمی‌توانید نظر دهید.", "no_subscriptions_notice": "هنوز به هیچ انجمنی پیوسته نشده‌اید.", - "members_count": "{{count}} عضو" + "members_count": "{{count}} عضو", + "communities": "انجمن", + "edit": "ویرایش" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index c25ab941..350340ef 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -173,5 +173,7 @@ "media_url": "medialinkki", "post_locked_info": "Tämä viesti on lukittu. Et voi kommentoida sitä.", "no_subscriptions_notice": "Et ole vielä liittynyt mihinkään yhteisöön.", - "members_count": "{{count}} jäsentä" + "members_count": "{{count}} jäsentä", + "communities": "yhteisö", + "edit": "muokata" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index 12a08b9f..64f8e2a3 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -173,5 +173,7 @@ "media_url": "media url", "post_locked_info": "Ang post na ito ay naka-lock. Hindi ka makakapagkomento.", "no_subscriptions_notice": "Hindi ka pa sumali sa anumang komunidad.", - "members_count": "{{count}} miyembro" + "members_count": "{{count}} miyembro", + "communities": "komunidad", + "edit": "ipunin" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 67b1f10b..a639c264 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -173,5 +173,7 @@ "media_url": "URL multimédia", "post_locked_info": "Ce post est verrouillé. Vous ne pourrez pas commenter.", "no_subscriptions_notice": "Vous n'avez rejoint aucune communauté.", - "members_count": "{{count}} membres" + "members_count": "{{count}} membres", + "communities": "communauté", + "edit": "modifier" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 8eec2d66..000fc55d 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -173,5 +173,7 @@ "media_url": "כתובת מדיה", "post_locked_info": "הפוסט הזה נעול. אינך יכול להגיב.", "no_subscriptions_notice": "עדיין לא הצטרפת לאף קהילה.", - "members_count": "{{count}} חברים" + "members_count": "{{count}} חברים", + "communities": "קהילה", + "edit": "עריכה" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index bef6d07a..d5c37fa5 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -173,5 +173,7 @@ "media_url": "मीडिया यूआरएल", "post_locked_info": "यह पोस्ट बंद है। आप टिप्पणी नहीं कर सकेंगे।", "no_subscriptions_notice": "आपने अब तक किसी समुदाय में शामिल नहीं हुए हैं।", - "members_count": "{{count}} सदस्य" + "members_count": "{{count}} सदस्य", + "communities": "समुदाय", + "edit": "संपादित करें" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index b25b442b..18fcddda 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -173,5 +173,7 @@ "media_url": "média URL", "post_locked_info": "Ez a bejegyzés zárolva van. Nem fogsz tudni hozzászólni.", "no_subscriptions_notice": "Még nem csatlakoztál egyetlen közösséghez sem.", - "members_count": "{{count}} tag" + "members_count": "{{count}} tag", + "communities": "közösség", + "edit": "szerkesztés" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index bca74b03..02036e6a 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -173,5 +173,7 @@ "media_url": "URL media", "post_locked_info": "Pos ini terkunci. Anda tidak akan dapat mengomentari.", "no_subscriptions_notice": "Anda belum bergabung dengan komunitas mana pun.", - "members_count": "{{count}} anggota" + "members_count": "{{count}} anggota", + "communities": "komunitas", + "edit": "mengedit" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index 74c2ade6..521cbc43 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -173,5 +173,7 @@ "media_url": "URL media", "post_locked_info": "Questo post è stato bloccato. Non potrai commentarlo.", "no_subscriptions_notice": "Non ti sei ancora unito a nessuna comunità.", - "members_count": "{{count}} membri" + "members_count": "{{count}} membri", + "communities": "comunità", + "edit": "modifica" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 7e03603b..7b44bf79 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -173,5 +173,7 @@ "media_url": "メディア URL", "post_locked_info": "この投稿はロックされています。コメントできません。", "no_subscriptions_notice": "まだどのコミュニティにも参加していません。", - "members_count": "{{count}} メンバー" + "members_count": "{{count}} メンバー", + "communities": "コミュニティ", + "edit": "編集" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 1cf6cebc..ac6d0589 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -173,5 +173,7 @@ "media_url": "미디어 URL", "post_locked_info": "이 게시물은 잠겨 있습니다. 댓글을 남길 수 없습니다.", "no_subscriptions_notice": "아직 어떤 커뮤니티에도 가입하지 않았습니다.", - "members_count": "{{count}} 회원" + "members_count": "{{count}} 회원", + "communities": "커뮤니티", + "edit": "편집" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 6fb76366..cffd7f19 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -173,5 +173,7 @@ "media_url": "मिडिया URL", "post_locked_info": "हा पोस्ट लॉक झाला आहे. आपण टिप्पणी करू शकणार नाहीत.", "no_subscriptions_notice": "तुम्ही अद्याप कोणत्याही संघात सामील झालं नाही.", - "members_count": "{{count}} सदस्य" + "members_count": "{{count}} सदस्य", + "communities": "संघा", + "edit": "संपादन" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index b590d354..faf94180 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -173,5 +173,7 @@ "media_url": "media-url", "post_locked_info": "Dit bericht is vergrendeld. Je kunt geen opmerkingen plaatsen.", "no_subscriptions_notice": "Je hebt je nog niet bij een community aangesloten.", - "members_count": "{{count}} leden" + "members_count": "{{count}} leden", + "communities": "gemeenschap", + "edit": "bewerken" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 39f6ee33..bd6ff270 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -173,5 +173,7 @@ "media_url": "medie-URL", "post_locked_info": "Dette innlegget er låst. Du kan ikke kommentere.", "no_subscriptions_notice": "Du har ikke blitt med i noen fellesskap ennå.", - "members_count": "{{count}} medlemmer" + "members_count": "{{count}} medlemmer", + "communities": "fellesskap", + "edit": "redigere" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 64089618..3bbc2291 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -173,5 +173,7 @@ "media_url": "URL mediów", "post_locked_info": "Ten post jest zablokowany. Nie będziesz mógł komentować.", "no_subscriptions_notice": "Nie dołączyłeś jeszcze do żadnej społeczności.", - "members_count": "{{count}} członków" + "members_count": "{{count}} członków", + "communities": "społeczność", + "edit": "edytuj" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index ecd4c43d..06949ad0 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -173,5 +173,7 @@ "media_url": "URL de mídia", "post_locked_info": "Esta postagem está bloqueada. Você não poderá comentar.", "no_subscriptions_notice": "Ainda não se juntou a nenhuma comunidade.", - "members_count": "{{count}} membros" + "members_count": "{{count}} membros", + "communities": "comunidade", + "edit": "editar" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 42544268..cdfe383d 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -173,5 +173,7 @@ "media_url": "URL media", "post_locked_info": "Acest post este blocat. Nu vei putea comenta.", "no_subscriptions_notice": "Nu te-ai alăturat încă niciunei comunități.", - "members_count": "{{count}} membri" + "members_count": "{{count}} membri", + "communities": "comunitate", + "edit": "modifica" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index d4987458..05d65965 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -173,5 +173,7 @@ "media_url": "URL медиа", "post_locked_info": "Этот пост заблокирован. Вы не сможете оставить комментарий.", "no_subscriptions_notice": "Вы еще не присоединились ни к одному сообществу.", - "members_count": "{{count}} участников" + "members_count": "{{count}} участников", + "communities": "сообщество", + "edit": "редактировать" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 65fc975f..c090915a 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -173,5 +173,7 @@ "media_url": "media url", "post_locked_info": "Ky post është bllokuar. Nuk do të jeni në gjendje të komentoni.", "no_subscriptions_notice": "Nuk keni bashkuar akoma ndonjë komunitet.", - "members_count": "{{count}} anëtarë" + "members_count": "{{count}} anëtarë", + "communities": "komunitet", + "edit": "modifikohu" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 4547b133..7922b85d 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -173,5 +173,7 @@ "media_url": "media-url", "post_locked_info": "Detta inlägg är låst. Du kommer inte att kunna kommentera.", "no_subscriptions_notice": "Du har ännu inte gått med i någon gemenskap.", - "members_count": "{{count}} medlemmar" + "members_count": "{{count}} medlemmar", + "communities": "gemenskap", + "edit": "redigera" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index f8bd50e2..2d1e56a9 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -173,5 +173,7 @@ "media_url": "మీడియా URL", "post_locked_info": "ఈ పోస్టు లాక్ చేయబడింది. మీరు వ్యాఖ్యానించలేరు.", "no_subscriptions_notice": "మీరు ఇంకా ఏ కమ్యూనిటీలో చేరలేదు.", - "members_count": "{{count}} సభ్యులు" + "members_count": "{{count}} సభ్యులు", + "communities": "సమూహం", + "edit": "సమూహం" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 3cfd1a9b..8329da31 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -173,5 +173,7 @@ "media_url": "URL สื่อ", "post_locked_info": "โพสต์นี้ถูกล็อก คุณจะไม่สามารถแสดงความคิดเห็นได้", "no_subscriptions_notice": "คุณยังไม่ได้เข้าร่วมชุมชนใด ๆ", - "members_count": "{{count}} สมาชิก" + "members_count": "{{count}} สมาชิก", + "communities": "ชุมชน", + "edit": "แก้ไข" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 8b515082..0c4e9e94 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -173,5 +173,7 @@ "media_url": "medya URL'si", "post_locked_info": "Bu gönderi kilitlendi. Yorum yapamayacaksınız.", "no_subscriptions_notice": "Henüz herhangi bir topluluğa katılmadınız.", - "members_count": "{{count}} üye" + "members_count": "{{count}} üye", + "communities": "topluluk", + "edit": "düzenle" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 7aa52d3b..a1476546 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -173,5 +173,7 @@ "media_url": "URL медіа", "post_locked_info": "Цей пост заблокований. Ви не зможете залишити коментар.", "no_subscriptions_notice": "Ви ще не приєдналися до жодної спільноти.", - "members_count": "{{count}} учасників" + "members_count": "{{count}} учасників", + "communities": "спільнота", + "edit": "редагування" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 9755c71d..817f3e9d 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -173,5 +173,7 @@ "media_url": "میڈیا یو آر ایل", "post_locked_info": "یہ پوسٹ بند ہے۔ آپ تبصرہ نہیں کر سکیں گے۔", "no_subscriptions_notice": "آپ نے ابھی تک کسی بھی کمیونٹی میں شامل نہیں ہوئے۔", - "members_count": "{{count}} رکن" + "members_count": "{{count}} رکن", + "communities": "مجتمع", + "edit": "ترمیم کرنا" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 48ca41a5..18013236 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -173,5 +173,7 @@ "media_url": "URL phương tiện", "post_locked_info": "Bài viết này đã bị khóa. Bạn sẽ không thể bình luận.", "no_subscriptions_notice": "Bạn chưa tham gia vào bất kỳ cộng đồng nào.", - "members_count": "{{count}} thành viên" + "members_count": "{{count}} thành viên", + "communities": "cộng đồng", + "edit": "sửa đổi" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index c5322d5a..d2325e97 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -173,5 +173,7 @@ "media_url": "媒体链接", "post_locked_info": "此帖已锁定。您将无法评论。", "no_subscriptions_notice": "您尚未加入任何社区。", - "members_count": "{{count}} 成员" + "members_count": "{{count}} 成员", + "communities": "社区", + "edit": "编辑" } \ No newline at end of file diff --git a/src/components/header/header.tsx b/src/components/header/header.tsx index 8ad782e8..5ee528b4 100644 --- a/src/components/header/header.tsx +++ b/src/components/header/header.tsx @@ -287,7 +287,7 @@ const HeaderTitle = ({ title, shortAddress }: { title: string; shortAddress: str } else if (isInboxPage) { return t('messages'); } else if (isSubplebbitsPage) { - return 'communities'; + return t('communities'); } return null; };