From e98827eaa7cb070a56bd6bd822d4570d9eacd021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=A1=ED=83=9C=EC=84=AD?= Date: Mon, 9 Sep 2019 14:39:25 +0000 Subject: [PATCH] Translated using Weblate (Korean) Currently translated at 100.0% (1776 of 1776 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/ --- src/i18n/strings/ko.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 3b1a89cfab..15c645dab3 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -2011,5 +2011,11 @@ "Bold": "굵게", "Italics": "기울게", "Strikethrough": "취소선", - "Code block": "코드 블록" + "Code block": "코드 블록", + "Change identity server": "ID 서버 변경", + "Disconnect from the identity server and connect to instead?": "현재 ID 서버 와의 연결을 끊고 새 ID 서버 에 연결하겠습니까?", + "Disconnect identity server": "ID 서버 연결 끊기", + "You are still sharing your personal data on the identity server .": "여전히 ID 서버 개인 정보를 공유하고 있습니다.", + "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "연결을 끊기 전에 ID 서버에 이메일 주소와 전화번호를 지우기를 권합니다.", + "Disconnect anyway": "무시하고 연결 끊기" }