mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
31
app/i18n/locales/ko/about-page.json
Normal file
31
app/i18n/locales/ko/about-page.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"title": "우리 팀에 대하여",
|
||||
"description": "PSE는 암호화 기초 구성요소에 대한 사용 사례를 시험하는데 전념하는 이더리움 재단 지원 연구 및 개발 연구소입니다. 우리는 오픈 소스 인프라와 도구를 구축하고, 워크숍과 여름 프로그램을 주최하며, 암호화에 생명을 불어넣는 사람들과 협력합니다.",
|
||||
"our-principles-title": "우리의 원칙",
|
||||
"principles": [
|
||||
{
|
||||
"title": "01. 사람들을 위한 암호학",
|
||||
"description": [
|
||||
"암호화는 어디에나 있습니다. 보안 사이트에 연결하거나 비밀번호로 로그인하거나 휴대폰을 잠금 해제할 때마다 암호화가 작동하는 모습을 볼 수 있습니다. 영지식 증명, 다자간 계산, 동형 암호화와 같은 “프로그래밍 가능한” 암호화를 사용하면 정보 자체를 공개하지 않고도 비밀 정보에 대해 검증 가능한 요청을 수행할 수 있습니다. 이는 신원 관리, 충돌 저항, 익명 커뮤니케이션 등에 적용될 수 있습니다. 우리는 누구나 무료로 사용할 수 있는 오픈 소스 개발 도구, 연구 논문, 프로토타입 라이브러리를 구축하고 있습니다. 우리의 자원들이 사람들이 지역 사회에 필요한 기술을 혁신하도록 영감을 주기를 바랍니다."
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "02. 개인정보 우선화",
|
||||
"description": [
|
||||
"우리는 개인정보 보호가 기본적인 권리라고 믿습니다. 우리는 데이터 침해적인 관행에서 벗어나 자신의 개인 정보에 접근할 수 있는 사람이 누구인지에 대한 실질적인 선택권을 사람들에게 제공하는 인터넷을 구축하는데 기여하고자 합니다. 권한은 목적이 구체적이고, 취소 가능하고, 정보에 입각하고, 강제되지 않아야 합니다. 우리는 사람들이 자신을 안전하게 인증하고, 블록체인에서 기밀 거래를 하고, 사용자 개인 정보를 존중하고 보존하는 데 도움이 되는 도구를 만듭니다."
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "03. 커뮤니티를 위한 확장",
|
||||
"description": [
|
||||
"영지식 증명은 빠르고 저렴하게 계산을 검증할 수 있어 이더리움과 같은 분산형 시스템이 더욱 효율적이도록 돕습니다. 우리는 더욱 강력하고 실용적인 디지털 공공 인프라에 기여하기 위해 누구나 사용할 수 있는 확장 솔루션을 연구, 설계 및 공유합니다. 우리는 또한 다음 세대의 빌더들을 지원함으로써 커뮤니티를 성장시킵니다. 우리는 학생들을 위한 집중 프로그램과 암호학을 사용하여 무엇인가를 구축하는 데 관심이 있는 모든 사람에게 열려 있는 강의 시리즈를 주최합니다."
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "04. 집단 탐사",
|
||||
"description": [
|
||||
"우리는 새롭게 떠오르는 영지식 생태계를 탐구하기 위해 다양한 다분야의 팀을 육성하고 있습니다. PSE는 프로그래밍 가능한 암호화의 잠재력을 위해 창작자 및 커뮤니티 조직자와 함께 일하는 프로그래머, 엔지니어 및 수학자들로 구성됩니다. 우리는 모든 프로젝트에 대해 공개적이고 환영받는 기여, 통합, 포크 또는 피드백을 실험합니다."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
72
app/i18n/locales/ko/common.json
Normal file
72
app/i18n/locales/ko/common.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"siteTitle": "Privacy & Scaling Explorations",
|
||||
"siteDescription": "Enhancing Ethereum through cryptographic research and collective experimentation.",
|
||||
"menu": {
|
||||
"home": "Home",
|
||||
"projectLibrary": "Project Library",
|
||||
"about": "About",
|
||||
"resources": "Resources",
|
||||
"jobs": "Jobs",
|
||||
"languages": "Languages {{locale}}",
|
||||
"blog": "Blog",
|
||||
"activity": "Activity",
|
||||
"report": "Report",
|
||||
"firstGoodIssue": "First Good Issue"
|
||||
},
|
||||
"footer": {
|
||||
"description": "Privacy + Scaling Explorations is a multidisciplinary team supported by the Ethereum Foundation.",
|
||||
"privacyPolicy": "Privacy Policy",
|
||||
"termsOfUse": "Terms of use"
|
||||
},
|
||||
"filterOptions": {
|
||||
"random": "Random",
|
||||
"asc": "Title: A-Z",
|
||||
"desc": "Title: Z-A",
|
||||
"relevance": "Relevance"
|
||||
},
|
||||
"filterLabels": {
|
||||
"keywords": "Keywords",
|
||||
"builtWith": "Built with",
|
||||
"themes": "Themes selected",
|
||||
"projectStatus": "Project status"
|
||||
},
|
||||
"error": {
|
||||
"404": {
|
||||
"title": "404: Page not found.",
|
||||
"description": "The page you are looking for might have been removed, had its name changed or is temporarily unavailable."
|
||||
}
|
||||
},
|
||||
"tags": {
|
||||
"build": "Build",
|
||||
"play": "Play",
|
||||
"research": "Research",
|
||||
"grantee": "Grant",
|
||||
"collaborate": "Collaboration",
|
||||
"fullyPSE": "Fully PSE"
|
||||
},
|
||||
"status": {
|
||||
"archived": "Archived",
|
||||
"active": "Active"
|
||||
},
|
||||
"sortBy": "Sort by: {{option}}",
|
||||
"tryItOut": "Try it out!",
|
||||
"learnMore": "Learn more",
|
||||
"buildWithThisTool": "Build with this tool",
|
||||
"deepDiveResearch": "Dive deeper into the research",
|
||||
"searchProjectPlaceholder": "Search project title or keyword",
|
||||
"close": "Close",
|
||||
"lastUpdatedAt": "Last updated {{date}}",
|
||||
"projectLibrary": "Project Library",
|
||||
"backToProjectLibrary": "Back to project library",
|
||||
"discoverMore": "Discover more",
|
||||
"goToHome": "Go to homepage",
|
||||
"noResults": "No results found.",
|
||||
"noResultsDescription": "Sorry, we couldn't find any results for your search. Please try again with different keywords.",
|
||||
"exploreProjectLibrary": "Explore Project Library",
|
||||
"clearAll": "Clear all",
|
||||
"showProjects": "Show projects",
|
||||
"filters": "Filters",
|
||||
"whatDoYouWantDoToday": "What do you want to do today?",
|
||||
"showingProjects": "Showing {{count}} projects",
|
||||
"showingProjectsWith": "Showing {{count}} projects with:"
|
||||
}
|
||||
9
app/i18n/locales/ko/homepage.json
Normal file
9
app/i18n/locales/ko/homepage.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"headerTitle": "Privacy + Scaling Explorations",
|
||||
"headerSubtitle": "프로그래밍 가능한 세계를 확장하려는 사람들을 위한 무료 자원을 구축합니다.",
|
||||
"whoWeAre": "우리는",
|
||||
"whoWeAreDescription": "PSE는 암호화 세계를 확장하는 무료 도구를 구축하는 연구소입니다.",
|
||||
"howToPlugIn": "적용하는 방법",
|
||||
"howToPlugInDescription": "우리의 앱을 사용해보고, 우리의 도구와 구축해보고, 프로젝트들에 기여하거나, 우리의 채용공고를 확인하세요. 우리는 전세계의 기여자들을 환영합니다!",
|
||||
"joinOurDiscord": "우리 커뮤니티에 참여하세요"
|
||||
}
|
||||
11
app/i18n/locales/ko/news-section.json
Normal file
11
app/i18n/locales/ko/news-section.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"learnAndShare": "Learn & Share",
|
||||
"event": "Event",
|
||||
"blogPost": "Blog Post",
|
||||
"watch": "Watch",
|
||||
"read": "Read",
|
||||
"attend": "Attend",
|
||||
"recentUpdates": "Recent Updates",
|
||||
"seeAllUpdates": "See all updates",
|
||||
"reportOnSocial": "Report on {{socialName}}"
|
||||
}
|
||||
3
app/i18n/locales/ko/projects-page.json
Normal file
3
app/i18n/locales/ko/projects-page.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"subtitle": "PSE는 암호화 연구에서 프로토콜 및 개념 증명 애플리케이션까지, 많은 프로젝트들의 본거지 입니다."
|
||||
}
|
||||
14
app/i18n/locales/ko/resources-page.json
Normal file
14
app/i18n/locales/ko/resources-page.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "자원들",
|
||||
"subtitle": "이 목록은 우리 커뮤니티에 의해 작성되었습니다. 이 목록에 자원을 추가하기 위해 우리의 Github 페이지에 이슈를 제출하세요.",
|
||||
"onThisPage": "이 목록에서",
|
||||
"editResources": "자원 편집",
|
||||
"addSource": "자원 추가",
|
||||
"addResourceQuestion": "원하는것을 찾지 못하셨나요?",
|
||||
"nav": {
|
||||
"getInvolved": "참여하기",
|
||||
"learn": "배우기",
|
||||
"build": "구축하기",
|
||||
"design": "설계하기"
|
||||
}
|
||||
}
|
||||
16
app/i18n/locales/ko/what-we-do-section.json
Normal file
16
app/i18n/locales/ko/what-we-do-section.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"whatWeDo": "What we do",
|
||||
"whatWeDoDescription": "PSE is a multidisciplinary team creating open source privacy and scaling tools for the next generation's internet.",
|
||||
"privacy": {
|
||||
"title": "Privacy",
|
||||
"description": "We believe privacy is a social good that should be accessible to everyone. That's why we're creating open source tools that help people choose what, how, when, and where they share."
|
||||
},
|
||||
"scaling": {
|
||||
"title": "Scaling",
|
||||
"description": "Our infrastructure helps communities grow by making Ethereum more efficient and accessible. From account abstraction and reducing transaction costs, to rollups and zkEVM, we are building towards an interoperable future."
|
||||
},
|
||||
"explorations": {
|
||||
"title": "Explorations",
|
||||
"description": "We are mapping the emerging zero knowledge ecosystem through collective experimentation. We collaborate, share what we learn, and welcome contributions from around the world."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user