Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n #845

Merged
merged 1 commit into from
Dec 25, 2024
Merged

i18n #845

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ yourNameContainsProhibitedWordsDescription: "If you wish to use this name, pleas
thisContentsAreMarkedAsSigninRequiredByAuthor: "Set by the author to require login to view"
lockdown: "Lockdown"
pleaseSelectAccount: "Select an account"
availableRoles: "Available roles"
here: "here"
mutualLink: "Mutual Link"
saveThisFile: "Save this file to Drive"
Expand All @@ -1314,6 +1315,8 @@ pleaseConsentToTracking: "{host} may collect information that may include person
consentEssential: "Allow Essential Items"
consentAll: "Allow All Items"
consentSelected: "Allow Selected Items"
emailAddressLogin: "Login with email address"
usernameLogin: "Login with username"

_bubbleGame:
howToPlay: "How to play"
Expand Down Expand Up @@ -2434,6 +2437,9 @@ _pages:
contentBlocks: "Content"
inputBlocks: "Input"
specialBlocks: "Special"
visibility: "Visibility"
public: "Public"
private: "Private"
blocks:
text: "Text"
textarea: "Text area"
Expand Down Expand Up @@ -2734,3 +2740,9 @@ _skebStatus:
yenX: "JPY {x}"
nWorks: "Delivered {n} works"
nRequests: "Requested {n} times"
_selfXssPrevention:
warning: "Warning"
title: "All \"Paste something on this screen\" requests are *SCAMS*."
description1: "If you paste something here, you may be at risk of having your account hijacked or your personal information stolen by malicious users."
description2: "If you do not understand exactly what you are trying to paste, %cstop immediately and close this window."
description3: "For more information, please check here. {link}"
12 changes: 12 additions & 0 deletions locales/ko-KR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ yourNameContainsProhibitedWords: "바꾸려는 이름에 금지된 키워드가
yourNameContainsProhibitedWordsDescription: "이름에 금지된 키워드가 있습니다. 이름을 사용해야 하는 경우, 서버 관리자에 문의하세요."
lockdown: "잠금"
pleaseSelectAccount: "계정을 선택해 주세요"
availableRoles: "사용 가능한 역할"
here: "여기"
mutualLink: "서로링크"
saveThisFile: "이 파일을 드라이브에 저장"
Expand All @@ -1311,6 +1312,8 @@ pleaseConsentToTracking: "{host}는 [개인정보 처리방침]({privacyPolicyUr
consentEssential: "필수 항목만 허용"
consentAll: "모두 허용"
consentSelected: "선택한 항목만 허용"
emailAddressLogin: "이메일 주소로 로그인"
usernameLogin: "사용자명으로 로그인"

_bubbleGame:
howToPlay: "설명"
Expand Down Expand Up @@ -2419,6 +2422,9 @@ _pages:
contentBlocks: "콘텐츠"
inputBlocks: "입력"
specialBlocks: "특수"
visibility: "공개 범위"
public: "공개"
private: "비공개"
blocks:
text: "텍스트"
textarea: "텍스트 영역"
Expand Down Expand Up @@ -2719,3 +2725,9 @@ _skebStatus:
yenX: "JPY {x}"
nWorks: "납품 실적 {n}건"
nRequests: "거래 실적 {n}건"
_selfXssPrevention:
warning: "경고"
title: "「이 화면에 무언가를 붙여넣으라는 메시지」는 모두 *사기*입니다."
description1: "여기에 무언가를 붙여넣으면, 악의를 가진 사용자에게 계정을 탈취당하거나 개인정보를 훔쳐갈 수 있습니다."
description2: "붙여넣으려는 것이 무엇인지 정확히 이해하지 못하면, %c지금 작업을 중단하고 이 창을 닫으십시오."
description3: "자세한 내용은 여기를 확인하십시오. {link}"
Loading