Skip to content

Commit

Permalink
feat: change default locale to english (#102)
Browse files Browse the repository at this point in the history
* feat: change default locale to english

* chore: add en-US for appstore
  • Loading branch information
2paperstar authored Sep 12, 2023
1 parent f670676 commit 0121c13
Show file tree
Hide file tree
Showing 25 changed files with 213 additions and 208 deletions.
80 changes: 40 additions & 40 deletions assets/i18n/article.i18n.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"section": {
"title(context=ArticleType, param=type)": {
"all": "전체 공지",
"deadline": "기한 임박",
"hot": "요즘 끓는 공지",
"my": "내가 쓴 공지",
"reminders": "리마인더 설정한 공지",
"recruit": "모집",
"event": "행사",
"general": "일반",
"academic": "학사공지"
"all": "All",
"deadline": "Deadline",
"hot": "Hot",
"my": "My",
"reminders": "Reminders",
"recruit": "Recruit",
"event": "Event",
"general": "General",
"academic": "Academic"
},
"description(context=ArticleType, param=type)": {
"all": "전체 공지들을 시간순으로 확인하세요",
"deadline": "마감 시간이 일주일도 안 남은 공지를\n모아서 보여 드려요",
"hot": "지난 일주일 동안 조회수가 150이 넘은 공지들이\n여기서 지글지글 끓고 있어요",
"my": "내가 쓴 공지들을 모아서 보여 드려요",
"reminders": "알림을 설정한 공지들을 모아서 보여 드려요",
"recruit": "언제나 여러분께 열린 기회",
"event": "지스트는 오늘도 뜨겁습니다",
"general": "지스트인들이 해야 하는 일들",
"academic": "지스트인이 해야 하는 일들"
"all": "Check all notices in chronological order",
"deadline": "Articles that are about to expire within a week",
"hot": "Articles that have been viewed more than 150 times in the last week",
"my": "Articles that I wrote",
"reminders": "Articles that I set reminders",
"recruit": "Opportunities always open to you",
"event": "GIST is hot today",
"general": "Things GISTers have to do",
"academic": "Things GISTers have to do"
},
"shortTitle(context=ArticleType, param=type)": {
"all": "전체 공지",
"deadline": "기한 임박",
"hot": "요즘 끓는 공지",
"my": "내가 쓴 공지",
"reminders": "리마인더 설정한 공지",
"recruit": "모집",
"event": "행사",
"general": "일반",
"academic": "학사"
"all": "All",
"deadline": "Deadline",
"hot": "Hot",
"my": "My",
"reminders": "Reminders",
"recruit": "Recruit",
"event": "Event",
"general": "General",
"academic": "Academic"
}
},
"author": "글쓴이",
"views": "조회수",
"deadline": "마감일",
"deadlineDelta": "$n일 남음",
"createdAt": "작성일",
"reminderDescription": "알림 설정하면\n마감일 n일 전에 알려줘요!",
"author": "Author",
"views": "Views",
"deadline": "Deadline",
"deadlineDelta": "$n days left",
"createdAt": "Created At",
"reminderDescription": "If you set a reminder,\nI'll let you know n days before the deadline!",
"reminderLogin": {
"title": "로그인하면 알림 설정이 가능해요",
"description": "로그인하고 n일 전에 마감일 알림을 받으세요!"
"title": "You can set reminders if you log in",
"description": "Log in and get a deadline reminder n days in advance!"
},
"report": {
"action": "공지 신고하기",
"title": "이 공지를 신고하시겠습니까?",
"description": "신고가 접수되면 관리자가 이 공지를 살펴보고 조치를 취할 것입니다.",
"yes": "",
"no": "아니오"
"action": "Report Notice",
"title": "Do you want to report this notice?",
"description": "Once reported, the administrator will review this notice and take action.",
"yes": "Report",
"no": "Cancel"
}
}
54 changes: 0 additions & 54 deletions assets/i18n/article_en.i18n.json

This file was deleted.

54 changes: 54 additions & 0 deletions assets/i18n/article_ko.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"section": {
"title(context=ArticleType, param=type)": {
"all": "전체 공지",
"deadline": "기한 임박",
"hot": "요즘 끓는 공지",
"my": "내가 쓴 공지",
"reminders": "리마인더 설정한 공지",
"recruit": "모집",
"event": "행사",
"general": "일반",
"academic": "학사공지"
},
"description(context=ArticleType, param=type)": {
"all": "전체 공지들을 시간순으로 확인하세요",
"deadline": "마감 시간이 일주일도 안 남은 공지를\n모아서 보여 드려요",
"hot": "지난 일주일 동안 조회수가 150이 넘은 공지들이\n여기서 지글지글 끓고 있어요",
"my": "내가 쓴 공지들을 모아서 보여 드려요",
"reminders": "알림을 설정한 공지들을 모아서 보여 드려요",
"recruit": "언제나 여러분께 열린 기회",
"event": "지스트는 오늘도 뜨겁습니다",
"general": "지스트인들이 해야 하는 일들",
"academic": "지스트인이 해야 하는 일들"
},
"shortTitle(context=ArticleType, param=type)": {
"all": "전체 공지",
"deadline": "기한 임박",
"hot": "요즘 끓는 공지",
"my": "내가 쓴 공지",
"reminders": "리마인더 설정한 공지",
"recruit": "모집",
"event": "행사",
"general": "일반",
"academic": "학사"
}
},
"author": "글쓴이",
"views": "조회수",
"deadline": "마감일",
"deadlineDelta": "$n일 남음",
"createdAt": "작성일",
"reminderDescription": "알림 설정하면\n마감일 n일 전에 알려줘요!",
"reminderLogin": {
"title": "로그인하면 알림 설정이 가능해요",
"description": "로그인하고 n일 전에 마감일 알림을 받으세요!"
},
"report": {
"action": "공지 신고하기",
"title": "이 공지를 신고하시겠습니까?",
"description": "신고가 접수되면 관리자가 이 공지를 살펴보고 조치를 취할 것입니다.",
"yes": "",
"no": "아니오"
}
}
8 changes: 4 additions & 4 deletions assets/i18n/login.i18n.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"promotion(rich)": "${red(지)}스트의 모든 공지를 한눈에",
"login": "GSA 통합 계정으로 로그인",
"withoutLogin": "로그인 없이 이용하기",
"consent(rich)": "GSA 통합 계정으로 로그인하면,\n${terms(지글 이용약관)}에 동의하는 것으로 간주합니다."
"promotion(rich)": "All of ${red(G)}IST's announcements at a glance",
"login": "Login with GSA unified account",
"withoutLogin": "Use without login",
"consent(rich)": "By logging in with your GSA unified account,\nyou are deemed to have agreed to the ${terms(지글 이용약관)}."
}
6 changes: 0 additions & 6 deletions assets/i18n/login_en.i18n.json

This file was deleted.

6 changes: 6 additions & 0 deletions assets/i18n/login_ko.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"promotion(rich)": "${red(지)}스트의 모든 공지를 한눈에",
"login": "GSA 통합 계정으로 로그인",
"withoutLogin": "로그인 없이 이용하기",
"consent(rich)": "GSA 통합 계정으로 로그인하면,\n${terms(지글 이용약관)}에 동의하는 것으로 간주합니다."
}
18 changes: 9 additions & 9 deletions assets/i18n/profile.i18n.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"title": "마이페이지",
"logout": "로그아웃",
"name": "이름",
"studentId": "학번",
"mail": "메일",
"others": "외 $count개",
"privacyPolicy": "개인정보처리방침",
"termsOfService": "이용약관",
"withdrawal": "회원탈퇴"
"title": "My Page",
"logout": "Logout",
"name": "Name",
"studentId": "Student ID",
"mail": "Mail",
"others": "and $count others",
"privacyPolicy": "Privacy Policy",
"termsOfService": "Terms of Service",
"withdrawal": "Withdrawal"
}
11 changes: 0 additions & 11 deletions assets/i18n/profile_en.i18n.json

This file was deleted.

11 changes: 11 additions & 0 deletions assets/i18n/profile_ko.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"title": "마이페이지",
"logout": "로그아웃",
"name": "이름",
"studentId": "학번",
"mail": "메일",
"others": "외 $count개",
"privacyPolicy": "개인정보처리방침",
"termsOfService": "이용약관",
"withdrawal": "회원탈퇴"
}
10 changes: 5 additions & 5 deletions assets/i18n/root.i18n.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"login": "로그인",
"main": "메인",
"search": "검색",
"write": "작성",
"notificationChannelDescription": "지글 알림"
"login": "login",
"main": "main",
"search": "search",
"write": "write",
"notificationChannelDescription": "ziggle notification"
}
7 changes: 0 additions & 7 deletions assets/i18n/root_en.i18n.json

This file was deleted.

7 changes: 7 additions & 0 deletions assets/i18n/root_ko.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"login": "로그인",
"main": "메인",
"search": "검색",
"write": "작성",
"notificationChannelDescription": "지글 알림"
}
6 changes: 3 additions & 3 deletions assets/i18n/search.i18n.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"enter": "검색어를 입력해주세요",
"noResult": "검색 결과가 존재하지 않습니다.",
"queryHint": "검색어"
"enter": "Please enter a search term",
"noResult": "No results found",
"queryHint": "Search term"
}
5 changes: 0 additions & 5 deletions assets/i18n/search_en.i18n.json

This file was deleted.

5 changes: 5 additions & 0 deletions assets/i18n/search_ko.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"enter": "검색어를 입력해주세요",
"noResult": "검색 결과가 존재하지 않습니다.",
"queryHint": "검색어"
}
38 changes: 19 additions & 19 deletions assets/i18n/write.i18n.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"title": {
"placeholder": "제목을 입력하세요",
"placeholder": "Enter title",
"error": {
"title": "제목을 입력해주세요",
"description": "제목을 입력하지 않으면 공지를 제출할 수 없습니다."
"title": "Please enter title",
"description": "You cannot submit notice without title."
}
},
"deadline": {
"label": "마감일 설정"
"label": "Set deadline"
},
"type": {
"label": "분류",
"label": "Type",
"error": {
"title": "분류를 선택해주세요",
"description": "분류를 선택하지 않으면 공지를 제출할 수 없습니다."
"title": "Please select type",
"description": "You cannot submit notice without type."
}
},
"tags": {
"label": "태그 설정",
"placeholder": "태그를 입력하세요 (띄어쓰기로 구분)"
"label": "Set tags",
"placeholder": "Enter tags (separated by space)"
},
"body": {
"label": "본문 내용 입력",
"placeholder": "본문 내용을 입력하세요\n마크다운 문법을 지원합니다",
"label": "Enter body",
"placeholder": "Enter body\nMarkdown syntax is supported",
"error": {
"title": "본문 내용을 입력해주세요",
"description": "본문 내용을 입력하지 않으면 공지를 제출할 수 없습니다."
"title": "Please enter body",
"description": "You cannot submit notice without body."
}
},
"images": {
"label": "사진 첨부",
"description": "첨부된 사진 중 첫 번째 사진이 대표 사진으로 설정됩니다.",
"action": "폰에서 사진 선택하기..."
"label": "Attach images",
"description": "The first image will be set as the representative image.",
"action": "Select images from phone..."
},
"preview": "공지 미리보기",
"submit": "공지 제출하기",
"warning": "공지 제출 시 수정 및 삭제가 불가능합니다."
"preview": "Preview notice",
"submit": "Submit notice",
"warning": "You cannot edit or delete notice after submission."
}
Loading

0 comments on commit 0121c13

Please sign in to comment.