From ac17e1926abbcb03efd7015e94ed1c9ab15ffd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:34:02 +0900 Subject: [PATCH] i18n (MisskeyIO#845) --- locales/en-US.yml | 12 ++++++++++++ locales/ko-KR.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index 6b8033b1eb..c202d53d18 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -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" @@ -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" @@ -2434,6 +2437,9 @@ _pages: contentBlocks: "Content" inputBlocks: "Input" specialBlocks: "Special" + visibility: "Visibility" + public: "Public" + private: "Private" blocks: text: "Text" textarea: "Text area" @@ -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}" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 466d77d21f..b25f4ec781 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -1294,6 +1294,7 @@ yourNameContainsProhibitedWords: "바꾸려는 이름에 금지된 키워드가 yourNameContainsProhibitedWordsDescription: "이름에 금지된 키워드가 있습니다. 이름을 사용해야 하는 경우, 서버 관리자에 문의하세요." lockdown: "잠금" pleaseSelectAccount: "계정을 선택해 주세요" +availableRoles: "사용 가능한 역할" here: "여기" mutualLink: "서로링크" saveThisFile: "이 파일을 드라이브에 저장" @@ -1311,6 +1312,8 @@ pleaseConsentToTracking: "{host}는 [개인정보 처리방침]({privacyPolicyUr consentEssential: "필수 항목만 허용" consentAll: "모두 허용" consentSelected: "선택한 항목만 허용" +emailAddressLogin: "이메일 주소로 로그인" +usernameLogin: "사용자명으로 로그인" _bubbleGame: howToPlay: "설명" @@ -2419,6 +2422,9 @@ _pages: contentBlocks: "콘텐츠" inputBlocks: "입력" specialBlocks: "특수" + visibility: "공개 범위" + public: "공개" + private: "비공개" blocks: text: "텍스트" textarea: "텍스트 영역" @@ -2719,3 +2725,9 @@ _skebStatus: yenX: "JPY {x}" nWorks: "납품 실적 {n}건" nRequests: "거래 실적 {n}건" +_selfXssPrevention: + warning: "경고" + title: "「이 화면에 무언가를 붙여넣으라는 메시지」는 모두 *사기*입니다." + description1: "여기에 무언가를 붙여넣으면, 악의를 가진 사용자에게 계정을 탈취당하거나 개인정보를 훔쳐갈 수 있습니다." + description2: "붙여넣으려는 것이 무엇인지 정확히 이해하지 못하면, %c지금 작업을 중단하고 이 창을 닫으십시오." + description3: "자세한 내용은 여기를 확인하십시오. {link}"