diff --git a/public/locales/en.json b/public/locales/en.json index bfefeec253..6649378b31 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -288,6 +288,7 @@ "postDetails": "Post Details", "postTitle1": "Write title of the post", "postTitle": "Title", + "addMedia": "Upload Photo or Video", "information": "Information", "information1": "Write information of the post", "image": "Post Image", @@ -304,7 +305,8 @@ "Oldest": "Oldest First", "Latest": "Latest First", "sortPost": "Sort Post", - "tag": " Your browser does not support the video tag" + "tag": " Your browser does not support the video tag", + "postCreatedSuccess": "Congratulations! You have Posted Something." }, "postNotFound": { "post": "Post", diff --git a/public/locales/fr.json b/public/locales/fr.json index 818ffd6fcd..a872c71c4f 100644 --- a/public/locales/fr.json +++ b/public/locales/fr.json @@ -277,6 +277,7 @@ "postDetails": "Détails de la publication", "postTitle1": "Écrire le titre de la publication", "postTitle": "Titre", + "addMedia": "Télécharger une photo ou une vidéo", "information": "Informations", "information1": "Écrire les informations de la publication", "image": "Image de la publication", @@ -293,7 +294,8 @@ "Oldest": "Les plus anciennes d'abord", "Latest": "Les plus récentes d'abord", "sortPost": "Trier les publications", - "tag": "Votre navigateur ne prend pas en charge la balise vidéo" + "tag": "Votre navigateur ne prend pas en charge la balise vidéo", + "postCreatedSuccess": "Félicitations ! Vous avez publié quelque chose." }, "postNotFound": { "post": "Poste", diff --git a/public/locales/hi.json b/public/locales/hi.json index fb9ae1ab23..7080921d6e 100644 --- a/public/locales/hi.json +++ b/public/locales/hi.json @@ -276,6 +276,7 @@ "postDetails": "पोस्ट विवरण", "postTitle1": "पोस्ट का शीर्षक लिखें", "postTitle": "शीर्षक", + "addMedia": "फ़ोटो या वीडियो अपलोड करें", "information": "जानकारी", "information1": "पोस्ट की जानकारी लिखें", "image": "पोस्ट छवि", @@ -292,7 +293,8 @@ "Oldest": "सबसे पुराना पहले", "Latest": "सबसे नवीनतम पहले", "sortPost": "पोस्ट को क्रमित करें", - "tag": "आपका ब्राउज़र वीडियो टैग का समर्थन नहीं करता" + "tag": "आपका ब्राउज़र वीडियो टैग का समर्थन नहीं करता", + "postCreatedSuccess": "बधाई हो! आपने कुछ पोस्ट किया है।" }, "postNotFound": { "post": "पोस्ट", diff --git a/public/locales/sp.json b/public/locales/sp.json index 09d6472753..de2eb32c65 100644 --- a/public/locales/sp.json +++ b/public/locales/sp.json @@ -276,6 +276,7 @@ "postDetails": "Detalles de la Publicación", "postTitle1": "Escribir título de la publicación", "postTitle": "Título", + "addMedia": "Subir foto o video", "information": "Información", "information1": "Escribir información de la publicación", "image": "Imagen de la Publicación", @@ -292,7 +293,8 @@ "Oldest": "Más Antiguas Primero", "Latest": "Más Recientes Primero", "sortPost": "Ordenar Publicaciones", - "tag": "Su navegador no admite la etiqueta de video" + "tag": "Su navegador no admite la etiqueta de video", + "postCreatedSuccess": "¡Felicidades! Has publicado algo." }, "postNotFound": { "post": "Publicaciones", diff --git a/public/locales/zh.json b/public/locales/zh.json index 138a345206..0b307d322f 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -276,6 +276,7 @@ "postDetails": "帖子详情", "postTitle1": "填写帖子标题", "postTitle": "标题", + "addMedia": "上传照片或视频", "information": "信息", "information1": "填写帖子信息", "image": "帖子图片", @@ -292,7 +293,8 @@ "Oldest": "最旧的优先", "Latest": "最新的优先", "sortPost": "排序帖子", - "tag": "您的浏览器不支持视频标签" + "tag": "您的浏览器不支持视频标签", + "postCreatedSuccess": "恭喜!您已经发布了一些内容。" }, "postNotFound": { "post": "郵政", diff --git a/src/components/OrgPostCard/OrgPostCard.tsx b/src/components/OrgPostCard/OrgPostCard.tsx index 5845ef90ba..239a1ba7c7 100644 --- a/src/components/OrgPostCard/OrgPostCard.tsx +++ b/src/components/OrgPostCard/OrgPostCard.tsx @@ -235,7 +235,7 @@ export default function OrgPostCard( return ( <> -