From 97a0161e640d26ac1fb38aacb462f3431a303fba Mon Sep 17 00:00:00 2001 From: Mine_My Date: Sun, 25 Aug 2019 09:38:09 +0000 Subject: [PATCH] Translated using Weblate (Korean) Currently translated at 70.8% (17 of 24 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/ --- src/i18n/strings/ko.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 69aea310f9..9037cfc03b 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -38,5 +38,9 @@ "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.
This allows you to use Riot with an existing Matrix account on a different home server.

You can also set a custom identity server but you won't be able to invite users by email address, or be invited by email address yourself.": "사용자정의 서버 설정에서 다른 홈서버 URL를 지정해 다른 Matrix 서버에 접속할 수 있습니다.
이렇게하면 다른 홈서버에서 기존의 Matrix 계정으로 Riot을 이용할 수 있습니다.

사용자정의 아이덴티티 서버도 설정할 수 있지만 이메일 주소로 이용자를 초대하거나 자신이 이메일 주소로 초대받을 수 없습니다.", "Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "당신의 Riot 설정은 올바르지 않은 JSON을 포함하고 있습니다. 문제를 해결한 후, 페이지를 새로고침하세요.", "The message from the parser is: %(message)s": "파서로부터 온 메시지입니다: %(message)s", - "Invalid JSON": "올바르지 않은 JSON" + "Invalid JSON": "올바르지 않은 JSON", + "Your Riot is misconfigured": "Riot이 잘못 구성되었습니다", + "Unexpected error preparing the app. See console for details.": "앱을 준비하는 동안 예기치 않은 오류가 발생했습니다. 자세한 내용은 콘솔을 확인하세요.", + "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "잘못된 구성입니다: default_server_config 와 defalut_server_name, default_hs_url 중 하나만 지정할 수 있습니다.", + "Invalid configuration: no default server specified.": "잘못된 구성입니다: 기본 서버가 지정되지 않았습니다." }