diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 058643b9..317c7d36 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -155,5 +155,7 @@ "block_community": "حظر المجتمع", "unblock_community": "إلغاء حظر المجتمع", "block_community_alert": "هل أنت متأكد أنك تريد حظر هذا المجتمع؟", - "unblock_community_alert": "هل أنت متأكد أنك تريد إلغاء حظر هذا المجتمع؟" + "unblock_community_alert": "هل أنت متأكد أنك تريد إلغاء حظر هذا المجتمع؟", + "search_community_address": "ابحث عن عنوان مجتمع", + "search_feed_post": "ابحث عن منشور في هذا التغذية" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 55836af4..628a694f 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -155,5 +155,7 @@ "block_community": "সম্প্রদায় ব্লক করুন", "unblock_community": "সম্প্রদায় ব্লক আনব্লক করুন", "block_community_alert": "আপনি কি নিশ্চিত যে আপনি এই সম্প্রদায়টি ব্লক করতে চান?", - "unblock_community_alert": "আপনি কি নিশ্চিত যে আপনি এই সম্প্রদায়টি অনব্লক করতে চান?" + "unblock_community_alert": "আপনি কি নিশ্চিত যে আপনি এই সম্প্রদায়টি অনব্লক করতে চান?", + "search_community_address": "একটি সম্প্রদায়ের ঠিকানা খুঁজে পেতে", + "search_feed_post": "এই ফিডে একটি পোস্ট খুঁজুন" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 37663525..a497e210 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -155,5 +155,7 @@ "block_community": "blokovat komunitu", "unblock_community": "odblokovat komunitu", "block_community_alert": "Jste si jisti, že chcete tuto komunitu blokovat?", - "unblock_community_alert": "Jste si jisti, že chcete tuto komunitu odblokovat?" + "unblock_community_alert": "Jste si jisti, že chcete tuto komunitu odblokovat?", + "search_community_address": "Hledat adresu komunity", + "search_feed_post": "Hledejte příspěvek na této návěštce" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 37d1b8ba..1e2b543e 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -155,5 +155,7 @@ "block_community": "blokér fællesskab", "unblock_community": "fjern blokering af fællesskab", "block_community_alert": "Er du sikker på, at du vil blokere dette fællesskab?", - "unblock_community_alert": "Er du sikker på, at du vil fjerne blokeringen af dette fællesskab?" + "unblock_community_alert": "Er du sikker på, at du vil fjerne blokeringen af dette fællesskab?", + "search_community_address": "Søg efter en fællesskabsadresse", + "search_feed_post": "Søg efter et opslag på dette feed" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index ee293f70..3f7eb224 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -155,5 +155,7 @@ "block_community": "Community blockieren", "unblock_community": "Community-Blockierung aufheben", "block_community_alert": "Sind Sie sicher, dass Sie diese Community blockieren möchten?", - "unblock_community_alert": "Sind Sie sicher, dass Sie diese Community freischalten möchten?" + "unblock_community_alert": "Sind Sie sicher, dass Sie diese Community freischalten möchten?", + "search_community_address": "Suche nach einer Community-Adresse", + "search_feed_post": "Suche nach einem Beitrag in diesem Feed" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index cd5d1ee6..a697b4c5 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -155,5 +155,7 @@ "block_community": "φραγή κοινότητας", "unblock_community": "αναίρεση φραγής κοινότητας", "block_community_alert": "Είστε σίγουροι ότι θέλετε να φράξετε αυτήν την κοινότητα;", - "unblock_community_alert": "Είστε σίγουροι ότι θέλετε να αναιρέσετε το φράγμα αυτής της κοινότητας;" + "unblock_community_alert": "Είστε σίγουροι ότι θέλετε να αναιρέσετε το φράγμα αυτής της κοινότητας;", + "search_community_address": "Αναζήτηση διεύθυνσης κοινότητας", + "search_feed_post": "Ψάξτε για μια ανάρτηση σε αυτήν τη ροή" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 5379b0ba..1510b044 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -155,5 +155,7 @@ "block_community": "block community", "unblock_community": "unblock community", "block_community_alert": "Are you sure you want to block this community?", - "unblock_community_alert": "Are you sure you want to unblock this community?" + "unblock_community_alert": "Are you sure you want to unblock this community?", + "search_community_address": "Search a community address", + "search_feed_post": "Search a post in this feed" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 706d4d78..984781ce 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -155,5 +155,7 @@ "block_community": "bloquear comunidad", "unblock_community": "desbloquear comunidad", "block_community_alert": "¿Estás seguro de que quieres bloquear esta comunidad?", - "unblock_community_alert": "¿Estás seguro de que quieres desbloquear esta comunidad?" + "unblock_community_alert": "¿Estás seguro de que quieres desbloquear esta comunidad?", + "search_community_address": "Buscar una dirección de comunidad", + "search_feed_post": "Buscar una publicación en este feed" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index a65a5c14..7f2ffbe7 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -155,5 +155,7 @@ "block_community": "بلاک جامعه", "unblock_community": "لغو مسدود کردن جامعه", "block_community_alert": "آیا مطمئن هستید که میخواهید این جامعه را مسدود کنید؟", - "unblock_community_alert": "آیا مطمئن هستید که میخواهید این جامعه را از مسدودیت خارج کنید؟" + "unblock_community_alert": "آیا مطمئن هستید که میخواهید این جامعه را از مسدودیت خارج کنید؟", + "search_community_address": "جستجوی آدرس یک جامعه", + "search_feed_post": "در این خوراک یک پست جستجو کنید" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 5a0c75f1..15eb71f4 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -155,5 +155,7 @@ "block_community": "estä yhteisö", "unblock_community": "poista yhteisön esto", "block_community_alert": "Oletko varma, että haluat estää tämän yhteisön?", - "unblock_community_alert": "Oletko varma, että haluat poistaa tämän yhteisön estoista?" + "unblock_community_alert": "Oletko varma, että haluat poistaa tämän yhteisön estoista?", + "search_community_address": "Etsi yhteisön osoite", + "search_feed_post": "Etsi viesti tästä syötteestä" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index b7cf7e5d..4faa54da 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -155,5 +155,7 @@ "block_community": "i-block ang komunidad", "unblock_community": "i-unblock ang komunidad", "block_community_alert": "Sigurado ka bang gusto mong i-block ang komunidad na ito?", - "unblock_community_alert": "Sigurado ka bang gusto mong i-unblock ang komunidad na ito?" + "unblock_community_alert": "Sigurado ka bang gusto mong i-unblock ang komunidad na ito?", + "search_community_address": "Maghanap ng address ng komunidad", + "search_feed_post": "Maghanap ng post sa feed na ito" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index b70d76bb..c3d5f417 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -155,5 +155,7 @@ "block_community": "bloquer la communauté", "unblock_community": "débloquer la communauté", "block_community_alert": "Êtes-vous sûr de vouloir bloquer cette communauté ?", - "unblock_community_alert": "Êtes-vous sûr de vouloir débloquer cette communauté ?" + "unblock_community_alert": "Êtes-vous sûr de vouloir débloquer cette communauté ?", + "search_community_address": "Rechercher une adresse de communauté", + "search_feed_post": "Rechercher un article dans ce flux" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index ef118064..5802d5e5 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -155,5 +155,7 @@ "block_community": "חסום קהל", "unblock_community": "ביטול חסימת הקהל", "block_community_alert": "האם אתה בטוח שברצונך לחסום את הקהל הזה?", - "unblock_community_alert": "האם אתה בטוח שברצונך לבטל את חסימת הקהל הזו?" + "unblock_community_alert": "האם אתה בטוח שברצונך לבטל את חסימת הקהל הזו?", + "search_community_address": "חפש כתובת של קהילה", + "search_feed_post": "חפש פוסט בפיד זה" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 1bfbb439..ec41f6b1 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -155,5 +155,7 @@ "block_community": "समुदाय को ब्लॉक करें", "unblock_community": "समुदाय अवरोध को हटाएं", "block_community_alert": "क्या आप इस समुदाय को ब्लॉक करना चाहते हैं?", - "unblock_community_alert": "क्या आप इस समुदाय को अनब्लॉक करना चाहते हैं?" + "unblock_community_alert": "क्या आप इस समुदाय को अनब्लॉक करना चाहते हैं?", + "search_community_address": "एक समुदाय पता खोजें", + "search_feed_post": "इस फ़ीड में एक पोस्ट खोजें" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 6331144a..ee416147 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -155,5 +155,7 @@ "block_community": "közösség blokkolása", "unblock_community": "közösség tiltásának feloldása", "block_community_alert": "Biztos vagy benne, hogy blokkolni szeretnéd ezt a közösséget?", - "unblock_community_alert": "Biztos vagy benne, hogy feloldani szeretnéd ezt a közösséget?" + "unblock_community_alert": "Biztos vagy benne, hogy feloldani szeretnéd ezt a közösséget?", + "search_community_address": "Keresse meg egy közösség címét", + "search_feed_post": "Keresse meg a hírt ebben az összefoglalóban" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index cc61a01d..26a9ed26 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -155,5 +155,7 @@ "block_community": "blokir komunitas", "unblock_community": "buka blokir komunitas", "block_community_alert": "Apakah Anda yakin ingin memblokir komunitas ini?", - "unblock_community_alert": "Apakah Anda yakin ingin membuka blokir komunitas ini?" + "unblock_community_alert": "Apakah Anda yakin ingin membuka blokir komunitas ini?", + "search_community_address": "Cari alamat komunitas", + "search_feed_post": "Cari postingan di umpan ini" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index 61c02d42..486af0ac 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -155,5 +155,7 @@ "block_community": "blocca comunità", "unblock_community": "sblocca comunità", "block_community_alert": "Sei sicuro di voler bloccare questa comunità?", - "unblock_community_alert": "Sei sicuro di voler sbloccare questa comunità?" + "unblock_community_alert": "Sei sicuro di voler sbloccare questa comunità?", + "search_community_address": "Cerca l'indirizzo di una comunità", + "search_feed_post": "Cerca un post in questa pagina" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 176d3ca9..fb242d60 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -155,5 +155,7 @@ "block_community": "コミュニティをブロック", "unblock_community": "コミュニティのブロック解除", "block_community_alert": "このコミュニティをブロックしてもよろしいですか?", - "unblock_community_alert": "このコミュニティのブロック解除を確認しますか?" + "unblock_community_alert": "このコミュニティのブロック解除を確認しますか?", + "search_community_address": "コミュニティのアドレスを検索", + "search_feed_post": "このフィード内の投稿を検索" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 7a960758..52a2319e 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -155,5 +155,7 @@ "block_community": "커뮤니티 차단", "unblock_community": "커뮤니티 차단 해제", "block_community_alert": "이 커뮤니티를 차단하시겠습니까?", - "unblock_community_alert": "이 커뮤니티의 차단을 해제하시겠습니까?" + "unblock_community_alert": "이 커뮤니티의 차단을 해제하시겠습니까?", + "search_community_address": "커뮤니티 주소 검색", + "search_feed_post": "이 피드에서 게시물 검색" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index b70b2b3b..ca6dd339 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -155,5 +155,7 @@ "block_community": "समुदाय अवरोधित करा", "unblock_community": "समुदाय अवरोधन काढा", "block_community_alert": "क्या आपल्याला आपल्या ही समुदाय ब्लॉक करायचं आहे का?", - "unblock_community_alert": "क्या आपल्याला खात्री आहे की आपल्याला हे समुदाय अनब्लॉक करायचं आहे का?" + "unblock_community_alert": "क्या आपल्याला खात्री आहे की आपल्याला हे समुदाय अनब्लॉक करायचं आहे का?", + "search_community_address": "समुदायाचा पत्ता शोधा", + "search_feed_post": "ह्या फीडमध्ये एक पोस्ट शोधा" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index d42bb923..da217f9c 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -155,5 +155,7 @@ "block_community": "gemeenschap blokkeren", "unblock_community": "gemeenschapsblokkering opheffen", "block_community_alert": "Weet u zeker dat u deze gemeenschap wilt blokkeren?", - "unblock_community_alert": "Weet u zeker dat u deze gemeenschap wilt deblokkeren?" + "unblock_community_alert": "Weet u zeker dat u deze gemeenschap wilt deblokkeren?", + "search_community_address": "Zoek een communityadres", + "search_feed_post": "Zoek een bericht in deze feed" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 744b4808..4ad991fd 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -155,5 +155,7 @@ "block_community": "blokker samfunnet", "unblock_community": "fjern samfunnsblokkeringen", "block_community_alert": "Er du sikker på at du vil blokkere dette samfunnet?", - "unblock_community_alert": "Er du sikker på at du vil fjerne blokkeringen av dette samfunnet?" + "unblock_community_alert": "Er du sikker på at du vil fjerne blokkeringen av dette samfunnet?", + "search_community_address": "Søk etter en fellesskapsadresse", + "search_feed_post": "Søk etter en post i denne feeden" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 48b13cdb..4de1bca0 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -155,5 +155,7 @@ "block_community": "zablokuj społeczność", "unblock_community": "odblokuj społeczność", "block_community_alert": "Jesteś pewien, że chcesz zablokować tę społeczność?", - "unblock_community_alert": "Jesteś pewien, że chcesz odblokować tę społeczność?" + "unblock_community_alert": "Jesteś pewien, że chcesz odblokować tę społeczność?", + "search_community_address": "Szukaj adresu społeczności", + "search_feed_post": "Szukaj posta w tym zasobie" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index cd07a50f..ee0cd90c 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -155,5 +155,7 @@ "block_community": "bloquear comunidade", "unblock_community": "desbloquear comunidade", "block_community_alert": "Tem certeza de que deseja bloquear esta comunidade?", - "unblock_community_alert": "Tem certeza de que deseja desbloquear esta comunidade?" + "unblock_community_alert": "Tem certeza de que deseja desbloquear esta comunidade?", + "search_community_address": "Pesquisar um endereço de comunidade", + "search_feed_post": "Pesquisar uma postagem neste feed" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 61902ff6..9228a618 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -155,5 +155,7 @@ "block_community": "blochează comunitatea", "unblock_community": "deblochează comunitatea", "block_community_alert": "Sunteți sigur că doriți să blocați această comunitate?", - "unblock_community_alert": "Sunteți sigur că doriți să deblocați această comunitate?" + "unblock_community_alert": "Sunteți sigur că doriți să deblocați această comunitate?", + "search_community_address": "Caută o adresă de comunitate", + "search_feed_post": "Caută o postare în acest flux" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 857d4960..59f22882 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -155,5 +155,7 @@ "block_community": "заблокировать сообщество", "unblock_community": "разблокировать сообщество", "block_community_alert": "Вы уверены, что хотите заблокировать это сообщество?", - "unblock_community_alert": "Вы уверены, что хотите разблокировать это сообщество?" + "unblock_community_alert": "Вы уверены, что хотите разблокировать это сообщество?", + "search_community_address": "Искать адрес сообщества", + "search_feed_post": "Искать запись в этой ленте" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 700ae5d4..bd7062a3 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -155,5 +155,7 @@ "block_community": "blloko komunitetin", "unblock_community": "zhblloko komunitetin", "block_community_alert": "A jeni të sigurt se dëshironi të bllokoni këtë komunitet?", - "unblock_community_alert": "A jeni të sigurt se dëshironi ta zhbllokoni këtë komunitet?" + "unblock_community_alert": "A jeni të sigurt se dëshironi ta zhbllokoni këtë komunitet?", + "search_community_address": "Kërkoni një adresë komuniteti", + "search_feed_post": "Kërkoni një postim në këtë rrjedhë" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 64bd87f6..3b4d7fd4 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -155,5 +155,7 @@ "block_community": "blockera gemenskapen", "unblock_community": "avblockera gemenskapen", "block_community_alert": "Är du säker på att du vill blockera detta samhälle?", - "unblock_community_alert": "Är du säker på att du vill avblockera detta samhälle?" + "unblock_community_alert": "Är du säker på att du vill avblockera detta samhälle?", + "search_community_address": "Sök efter en gemenskapsadress", + "search_feed_post": "Sök efter ett inlägg i detta flöde" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index dce380cb..0e0b219e 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -155,5 +155,7 @@ "block_community": "కమ్యూనిటీని నిరోధించు", "unblock_community": "కమ్యూనిటీని అనబ్లాక్ చేయండి", "block_community_alert": "మీరు ఖచ్చితముగా ఈ కమ్యూనిటీని బ్లాక్ చేయాలని ఉందా?", - "unblock_community_alert": "మీరు ఖచ్చితముగా ఈ కమ్యూనిటీని అనబ్లాక్ చేయాలని ఉందా?" + "unblock_community_alert": "మీరు ఖచ్చితముగా ఈ కమ్యూనిటీని అనబ్లాక్ చేయాలని ఉందా?", + "search_community_address": "ఒక కమ్యూనిటీ చిరునామా వెతకండి", + "search_feed_post": "ఈ ఫీడ్లో ఒక పోస్టును వెతకండి" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 70842d53..b4fcd45c 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -155,5 +155,7 @@ "block_community": "บล็อกชุมชน", "unblock_community": "ยกเลิกการบล็อกชุมชน", "block_community_alert": "คุณแน่ใจหรือไม่ว่าต้องการบล็อกชุมชนนี้?", - "unblock_community_alert": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการบล็อกชุมชนนี้?" + "unblock_community_alert": "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการบล็อกชุมชนนี้?", + "search_community_address": "ค้นหาที่อยู่ของชุมชน", + "search_feed_post": "ค้นหาโพสต์ในฟีดนี้" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index ea347e5a..61fdb2ca 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -155,5 +155,7 @@ "block_community": "topluluğu engelle", "unblock_community": "topluluğu engeli kaldır", "block_community_alert": "Bu topluluğu engellemek istediğinizden emin misiniz?", - "unblock_community_alert": "Bu topluluğun engelini kaldırmak istediğinizden emin misiniz?" + "unblock_community_alert": "Bu topluluğun engelini kaldırmak istediğinizden emin misiniz?", + "search_community_address": "Bir topluluk adresi arayın", + "search_feed_post": "Bu akışta bir gönderi arayın" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index e6d17d9b..ad756184 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -155,5 +155,7 @@ "block_community": "заблокувати спільноту", "unblock_community": "розблокувати спільноту", "block_community_alert": "Ви впевнені, що хочете заблокувати цю спільноту?", - "unblock_community_alert": "Ви впевнені, що хочете розблокувати цю спільноту?" + "unblock_community_alert": "Ви впевнені, що хочете розблокувати цю спільноту?", + "search_community_address": "Пошук адреси спільноти", + "search_feed_post": "Шукайте запис у цьому стрічці" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 09062026..c3c84210 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -155,5 +155,7 @@ "block_community": "کمیونٹی کو بلاک کریں", "unblock_community": "کمیونٹی کو ان بلاک کریں", "block_community_alert": "کیا آپ واقعی یقینی ہیں کہ آپ اس کمیونٹی کو بلاک کرنا چاہتے ہیں؟", - "unblock_community_alert": "کیا آپ واقعی یقینی ہیں کہ آپ اس کمیونٹی کی رکاوٹ ہٹانا چاہتے ہیں؟" + "unblock_community_alert": "کیا آپ واقعی یقینی ہیں کہ آپ اس کمیونٹی کی رکاوٹ ہٹانا چاہتے ہیں؟", + "search_community_address": "ایک کمیونٹی کا پتہ تلاش کریں", + "search_feed_post": "اس فیڈ میں ایک پوسٹ تلاش کریں" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 909edbf2..f169b62d 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -155,5 +155,7 @@ "block_community": "chặn cộng đồng", "unblock_community": "bỏ chặn cộng đồng", "block_community_alert": "Bạn có chắc muốn chặn cộng đồng này không?", - "unblock_community_alert": "Bạn có chắc muốn bỏ chặn cộng đồng này không?" + "unblock_community_alert": "Bạn có chắc muốn bỏ chặn cộng đồng này không?", + "search_community_address": "Tìm kiếm địa chỉ của một cộng đồng", + "search_feed_post": "Tìm kiếm một bài viết trong feed này" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 384afae5..74daf344 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -155,5 +155,7 @@ "block_community": "封锁社区", "unblock_community": "解锁社区", "block_community_alert": "您确定要阻止此社区吗?", - "unblock_community_alert": "您确定要解锁此社区吗?" + "unblock_community_alert": "您确定要解锁此社区吗?", + "search_community_address": "搜索社区地址", + "search_feed_post": "在此订阅中搜索帖子" } \ No newline at end of file diff --git a/src/components/search-bar/search-bar.tsx b/src/components/search-bar/search-bar.tsx index 56250cb6..cf42ab7e 100644 --- a/src/components/search-bar/search-bar.tsx +++ b/src/components/search-bar/search-bar.tsx @@ -64,11 +64,11 @@ const SearchBar = ({ isFocused = false }: SearchBarProps) => {