From e6ee0e68b4223d5ef9450c879337d22d55688ebd Mon Sep 17 00:00:00 2001 From: Shim su yeon Date: Wed, 8 Nov 2023 22:12:21 +0900 Subject: [PATCH] mypage ui edit --- src/app/[lng]/mypage/MypageTable.tsx | 28 +-- src/app/[lng]/mypage/page.tsx | 12 +- src/app/i18next/locales/en/translation.json | 203 ++++++++++---------- src/app/i18next/locales/ko/translation.json | 105 ++++++++++ 4 files changed, 231 insertions(+), 117 deletions(-) create mode 100644 src/app/i18next/locales/ko/translation.json diff --git a/src/app/[lng]/mypage/MypageTable.tsx b/src/app/[lng]/mypage/MypageTable.tsx index 24944195..cadcdb22 100644 --- a/src/app/[lng]/mypage/MypageTable.tsx +++ b/src/app/[lng]/mypage/MypageTable.tsx @@ -1,4 +1,4 @@ -import LazyCat from '@/assets/lazy-cat.svg'; +import LazyCat from "@/assets/lazy-cat.svg"; interface Tag { id: number; @@ -27,30 +27,34 @@ interface MypageTableProps { } const MypageTable = ({ title, articles, link }: MypageTableProps) => { - return ( -
+
-
+
-
+
{title}
-
- 전체보기 +
+ 전체보기 +
+
-
-
{articles.length > 0 && articles.map((articleObj, index) => { const isLastRow = index === articles.length - 1; const borderBottomRadius = isLastRow ? "10px" : "0px"; return ( -
-
+
+
{articleObj.title}
@@ -65,7 +69,7 @@ const MypageTable = ({ title, articles, link }: MypageTableProps) => { })} {articles.length === 0 && (
- +
아직 저장된 글이 없습니다. =ㅅ=
diff --git a/src/app/[lng]/mypage/page.tsx b/src/app/[lng]/mypage/page.tsx index 8d9db42d..e2cde0a9 100644 --- a/src/app/[lng]/mypage/page.tsx +++ b/src/app/[lng]/mypage/page.tsx @@ -6,28 +6,28 @@ import { useTranslation } from '@/app/i18next'; const MyPage = async () => { const isSmall = false; const isMobile = false; - const Height = "1000px"; return ( <> -
+
- - {!isSmall && } +
+ +
-
+
-
+
· 조회수 {{views}}", - "clickPoster": "포스터 클릭하여 자세히 보기", - "downloadAll": "전체 다운로드하기", - "close": "닫기", - "author": "글쓴이 {{author}}", - "createdAt": "작성일 {{createdAt}}", - "views": "조회수 {{views}}", - "copyLink": { - "action": "주소 복사하기", - "content": "{{title}}\n\nZiggle에서 공지를 확인해주세요\n{{- link}}", - "success": "공지 주소가 복사되었습니다!친구들에게 공지를 공유해보세요" - }, - "share": { - "action": "공유하기", - "content": "{{title}}\nZiggle에서 공지를 확인해보세요", - "unsupported": "공유하기를 지원하지 않는 브라우저입니다" + "metadata": { + "title": "Ziggle", + "description": "All Notices in GIST at a glance" }, - "backToMain": "메인 페이지로 돌아가기", - "images": "첨부 사진", - "howAboutThese": "🫧 이런 공지는 어떠신가요?" - }, - "emptyNotices": "글이 없습니다. =ㅅ=", - "loading": "로딩 중입니다! -ㅅ-", - "ddayPlus": "기한 지남", - "notices": { - "all": { - "label": "전체 공지", - "description": "모든 공지들이 시간 순으로 정렬되어 있습니다." + "navbar": { + "all": "All Notices", + "query": "Search Notice", + "login": "Login" }, - "deadline": { - "label": "🌟 마감임박", - "description": "마감 시간이 일주일도 안 남은 공지를 모아서 보여 드려요" + "footer": { + "infoteam": "GIST Student Council - Information Department", + "copyright": "ⓒ 2023. INFOTEAM all rights reserved.", + "sections": [ + { + "title": "Introduction", + "links": [ + { + "name": "Introduce Infoteam", + "link": "https://introduce.gistory.me" + } + ] + }, + { + "title": "Terms", + "links": [ + { + "name": "Terms of Service", + "link": "https://infoteam-rulrudino.notion.site/6177be6369e44280a23a65866c51b257" + }, + { + "name": "Privacy Policy", + "link": "https://infoteam-rulrudino.notion.site/ceb9340c0b514497b6d916c4a67590a1" + }, + { "name": "FAQ", "link": "mailto:ziggle@gistory.me" } + ] + }, + { + "title": "Shortcuts", + "links": [ + { + "name": "GIST House", + "link": "https://sites.google.com/view/gisthouse/home" + }, + { + "name": "GIST Homepage", + "link": "https://www.gist.ac.kr/kr/main.html" + }, + { "name": "Gijol", "link": "https://gijol.im" } + ] + } + ] }, - "hot": { - "label": "🔥 오늘 끓는 공지", - "description": "지난 일주일 동안 조회수가 150이 넘은 공지들이 여기서 지글지글 끓고 있어요" - }, - "event": { - "label": "🎈 행사", - "description": "지스트는 오늘도 뜨겁습니다" - }, - "recruit": { - "label": "🎯 모집", - "description": "언제나 여러분께 열린 기회" - }, - "general": { - "label": "🔔 일반", - "description": "지스트인들이 해야 하는 일들" + "zabo": { + "dateView": "{{date}}\u00a0· {{views}} views", + "clickPoster": "Click on the poster to read more", + "downloadAll": "Download All", + "close": "Close", + "author": "Author {{author}}", + "createdAt": "Created on {{createdAt}}", + "views": "{{views}} views", + "copyLink": { + "action": "copy link", + "content": "{{title}}\n\nCheck the notice in Ziggle!\n{{- link}}", + "success": "The notice link has been copied!Share the notice with your friends." + }, + "dueAt": "Due at {{dueAt}}", + "noContent": "No Content", + "share": { + "action": "Share", + "content": "{{title}}\nCheck the notice in Ziggle!", + "unsupported": "Your browser doesn't support sharing." + }, + "backToMain": "Go back to main page", + "images": "Photos", + "howAboutThese": "🫧 How about these notices?" }, - "academic": { - "label": "📰 학사공지" + "emptyNotices": "No content. =ㅅ=", + "loading": "Loading! -ㅅ-", + "ddayPlus": "OVERDUE", + "notices": { + "all": { + "label": "All Notices", + "description": "All notices are sorted in chronological order." + }, + "deadline": { + "label": "🌟 Near Deadline", + "description": "Here's a roundup of notices that are due in less than a week." + }, + "hot": { + "label": "🔥 Today's boiling notices", + "description": "Notices with over 150 views in the past week have been sizzling here." + }, + "event": { + "label": "🎈 Events", + "description": "GIST is hot today." + }, + "recruit": { + "label": "🎯 Recruiting", + "description": "Opportunities are always open to you" + }, + "general": { + "label": "🔔 General", + "description": "GISTian Must-Dos" + }, + "academic": { + "label": "📰 Academic Notices" + } } - } -} + } \ No newline at end of file diff --git a/src/app/i18next/locales/ko/translation.json b/src/app/i18next/locales/ko/translation.json new file mode 100644 index 00000000..f0202f04 --- /dev/null +++ b/src/app/i18next/locales/ko/translation.json @@ -0,0 +1,105 @@ +{ + "metadata": { + "title": "지글", + "description": "지스트의 모든 공지를 한눈에" + }, + "navbar": { + "all": "전체 공지", + "query": "공지 검색", + "login": "로그인" + }, + "footer": { + "infoteam": "지스트대학 총학생회 산하 정보국", + "copyright": "ⓒ 2023. INFOTEAM all rights reserved.", + "sections": [ + { + "title": "소개", + "links": [ + { "name": "인포팀 소개", "link": "https://introduce.gistory.me" } + ] + }, + { + "title": "약관", + "links": [ + { + "name": "서비스이용약관", + "link": "https://infoteam-rulrudino.notion.site/6177be6369e44280a23a65866c51b257" + }, + { + "name": "개인정보처리방침", + "link": "https://infoteam-rulrudino.notion.site/ceb9340c0b514497b6d916c4a67590a1" + }, + { "name": "문의", "link": "mailto:ziggle@gistory.me" } + ] + }, + { + "title": "바로가기", + "links": [ + { + "name": "지스트 하우스", + "link": "https://sites.google.com/view/gisthouse/home" + }, + { + "name": "GIST 홈페이지", + "link": "https://www.gist.ac.kr/kr/main.html" + }, + { "name": "지졸", "link": "https://gijol.im" } + ] + } + ] + }, + "zabo": { + "dateView": "{{date}}\u00a0· 조회수 {{views}}", + "clickPoster": "포스터 클릭하여 자세히 보기", + "downloadAll": "전체 다운로드하기", + "close": "닫기", + "author": "글쓴이 {{author}}", + "createdAt": "작성일 {{createdAt}}", + "views": "조회수 {{views}}", + "copyLink": { + "action": "주소 복사하기", + "content": "{{title}}\n\nZiggle에서 공지를 확인해주세요\n{{- link}}", + "success": "공지 주소가 복사되었습니다!친구들에게 공지를 공유해보세요" + }, + "share": { + "action": "공유하기", + "content": "{{title}}\nZiggle에서 공지를 확인해보세요", + "unsupported": "공유하기를 지원하지 않는 브라우저입니다" + }, + "backToMain": "메인 페이지로 돌아가기", + "images": "첨부 사진", + "howAboutThese": "🫧 이런 공지는 어떠신가요?" + }, + "emptyNotices": "글이 없습니다. =ㅅ=", + "loading": "로딩 중입니다! -ㅅ-", + "ddayPlus": "기한 지남", + "notices": { + "all": { + "label": "전체 공지", + "description": "모든 공지들이 시간 순으로 정렬되어 있습니다." + }, + "deadline": { + "label": "🌟 마감임박", + "description": "마감 시간이 일주일도 안 남은 공지를 모아서 보여 드려요" + }, + "hot": { + "label": "🔥 오늘 끓는 공지", + "description": "지난 일주일 동안 조회수가 150이 넘은 공지들이 여기서 지글지글 끓고 있어요" + }, + "event": { + "label": "🎈 행사", + "description": "지스트는 오늘도 뜨겁습니다" + }, + "recruit": { + "label": "🎯 모집", + "description": "언제나 여러분께 열린 기회" + }, + "general": { + "label": "🔔 일반", + "description": "지스트인들이 해야 하는 일들" + }, + "academic": { + "label": "📰 학사공지" + } + } +}