summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/ko.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n/ko.json')
-rw-r--r--webapp/i18n/ko.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/webapp/i18n/ko.json b/webapp/i18n/ko.json
index 6c758ea7a..fc59f5235 100644
--- a/webapp/i18n/ko.json
+++ b/webapp/i18n/ko.json
@@ -463,6 +463,9 @@
"admin.image.amazonS3RegionDescription": "AWS region you selected for creating your S3 bucket.",
"admin.image.amazonS3RegionExample": "예시 \"us-east-1\"",
"admin.image.amazonS3RegionTitle": "Amazon S3 Region:",
+ "admin.image.amazonS3SSEDescription": "When true, encrypt files in Amazon S3 using server-side encryption with Amazon S3-managed keys. See <a href=\"https://about.mattermost.com/default-server-side-encryption\">documentation</a> to learn more.",
+ "admin.image.amazonS3SSEExample": "E.g.: \"false\"",
+ "admin.image.amazonS3SSETitle": "Enable Server-Side Encryption for Amazon S3:",
"admin.image.amazonS3SSLDescription": "When false, allow insecure connections to Amazon S3. Defaults to secure connections only.",
"admin.image.amazonS3SSLExample": "E.g.: \"true\"",
"admin.image.amazonS3SSLTitle": "Enable Secure Amazon S3 Connections:",
@@ -837,7 +840,7 @@
"admin.service.tlsKeyFileDescription": "The private key file to use.",
"admin.service.useLetsEncrypt": "Use Let's Encrypt:",
"admin.service.useLetsEncryptDescription": "Enable the automatic retreval of certificates from the Let's Encrypt. The certificate will be retrieved when a client attempts to connect from a new domain. This will work with multiple domains.",
- "admin.service.userAccessTokensDescLabel": "Name: ",
+ "admin.service.userAccessTokensDescLabel": "이름:",
"admin.service.userAccessTokensDescription": "When true, users can create <a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">personal access tokens</a> for integrations in <strong>Account Settings > Security</strong>. They can be used to authenticate against the API and give full access to the account.<br/><br/>To manage who can create personal access tokens, go to the <strong>System Console > Users</strong> page.",
"admin.service.userAccessTokensIdLabel": "Token ID: ",
"admin.service.userAccessTokensTitle": "Enable Personal Access Tokens: ",
@@ -1059,7 +1062,7 @@
"analytics.system.dailyActiveUsers": "Daily Active Users",
"analytics.system.monthlyActiveUsers": "Monthly Active Users",
"analytics.system.postTypes": "글, 파일, 해시태그",
- "analytics.system.privateGroups": "채널 떠나기",
+ "analytics.system.privateGroups": "비공개 채널",
"analytics.system.publicChannels": "공개 채널",
"analytics.system.skippedIntensiveQueries": "To maximize performance, some statistics are disabled. You can re-enable them in config.json. See: <a href='https://docs.mattermost.com/administration/statistics.html' target='_blank'>https://docs.mattermost.com/administration/statistics.html</a>",
"analytics.system.textPosts": "텍스트 글 수",
@@ -1242,7 +1245,7 @@
"channel_modal.header": "헤더",
"channel_modal.headerEx": "E.g.: \"[Link Title](http://example.com)\"",
"channel_modal.headerHelp": "채널 이름 옆에있는 채널의 헤더에 표시될 텍스트를 입력하십시오. 예를 들면, 다음과 같이 자주 사용되는 링크 [링크 제목] (http://example.com)를 등록할수 있습니다.",
- "channel_modal.modalTitle": "New Channel",
+ "channel_modal.modalTitle": "새 채널",
"channel_modal.name": "이름",
"channel_modal.nameEx": "예시: \"버그\", \"마케팅\", \"고객지원\"",
"channel_modal.optional": "(선택사항)",
@@ -2565,8 +2568,8 @@
"user.settings.tokens.delete": "삭제",
"user.settings.tokens.description": "<a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">Personal access tokens</a> function similar to session tokens and can be used by integrations to <a href=\"https://about.mattermost.com/default-api-authentication\" target=\"_blank\">authenticate against the REST API</a>.",
"user.settings.tokens.description_mobile": "<a href=\"https://about.mattermost.com/default-user-access-tokens\" target=\"_blank\">Personal access tokens</a> function similar to session tokens and can be used by integrations to <a href=\"https://about.mattermost.com/default-api-authentication\" target=\"_blank\">authenticate against the REST API</a>. Create new tokens on your desktop.",
- "user.settings.tokens.id": "ID: ",
- "user.settings.tokens.name": "이름:",
+ "user.settings.tokens.id": "Token ID: ",
+ "user.settings.tokens.name": "사이트 설명",
"user.settings.tokens.nameHelp": "Enter a description for your token to remember what it does.",
"user.settings.tokens.nameRequired": "Please enter a description.",
"user.settings.tokens.save": "저장",