summaryrefslogtreecommitdiffstats
path: root/i18n/ko.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-10-12 10:49:17 -0300
committerHarrison Healey <harrisonmhealey@gmail.com>2016-10-12 09:49:17 -0400
commitd195eea07de0654fb716d856448d6f10a2a7a0ff (patch)
tree70811d1d03383cc36b3b7212b2622570d00e8403 /i18n/ko.json
parent0a2146692c1c53eb75e4b561d66be30aa5819857 (diff)
downloadchat-d195eea07de0654fb716d856448d6f10a2a7a0ff.tar.gz
chat-d195eea07de0654fb716d856448d6f10a2a7a0ff.tar.bz2
chat-d195eea07de0654fb716d856448d6f10a2a7a0ff.zip
translations PR 20161011 (#4199)
Diffstat (limited to 'i18n/ko.json')
-rw-r--r--i18n/ko.json182
1 files changed, 161 insertions, 21 deletions
diff --git a/i18n/ko.json b/i18n/ko.json
index 96b631ea6..edaf84d2a 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -814,14 +814,6 @@
"translation": "이모티콘을 생성할 수 없습니다. 이미지 최대크기는 128px * 128px 입니다."
},
{
- "id": "api.file.file_upload.exceeds",
- "translation": "파일이 최대 이미지 용량보다 큽니다."
- },
- {
- "id": "api.file.get_file.not_found.app_error",
- "translation": "파일을 찾을 수 없습니다."
- },
- {
"id": "api.file.get_file.public_disabled.app_error",
"translation": "시스템 관리자가 개인 링크들 저장을 할 수 없도록 했습니다."
},
@@ -830,34 +822,118 @@
"translation": "유효하지 않은 링크입니다."
},
{
+ "id": "api.file.get_file_preview.no_thumbnail.app_error",
+ "translation": "File doesn't have a preview image"
+ },
+ {
+ "id": "api.file.get_file_thumbnail.no_thumbnail.app_error",
+ "translation": "File doesn't have a thumbnail image"
+ },
+ {
+ "id": "api.file.get_info_for_request.no_post.app_error",
+ "translation": "Unable to get info for file. File must be attached to a post that can be read by the current user."
+ },
+ {
+ "id": "api.file.get_info_for_request.storage.app_error",
+ "translation": "파일을 업로드할 수 없습니다. 이미지 저장소가 설정되지 않았습니다."
+ },
+ {
+ "id": "api.file.get_public_file_old.storage.app_error",
+ "translation": "파일을 업로드할 수 없습니다. 이미지 저장소가 설정되지 않았습니다."
+ },
+ {
+ "id": "api.file.get_public_file_old.storage.app_error",
+ "translation": "파일을 업로드할 수 없습니다. 이미지 저장소가 설정되지 않았습니다."
+ },
+ {
"id": "api.file.get_public_link.disabled.app_error",
"translation": "개인 링크들을 사용할 수 없어졌습니다."
},
{
+ "id": "api.file.get_public_link.no_post.app_error",
+ "translation": "Unable to get public link for file. File must be attached to a post that can be read by the current user."
+ },
+ {
"id": "api.file.handle_images_forget.decode.error",
- "translation": "이미지를 복호화 할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
+ "translation": "이미지를 디코딩 할 수 없습니다 err=%v"
},
{
"id": "api.file.handle_images_forget.encode_jpeg.error",
- "translation": "이미지를 jpeg로 변환 할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
+ "translation": "Unable to encode image as jpeg path=%v err=%v"
},
{
"id": "api.file.handle_images_forget.encode_preview.error",
- "translation": "미리보기 jpg로 변환할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
+ "translation": "Unable to encode image as preview jpg path=%v err=%v"
},
{
"id": "api.file.handle_images_forget.upload_preview.error",
- "translation": "미리보기를 업로드 할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
+ "translation": "Unable to upload preview path=%v err=%v"
},
{
"id": "api.file.handle_images_forget.upload_thumb.error",
- "translation": "썸네일을 업로드 할 수 없습니다. channelId=%v userId=%v filename=%v err=%v"
+ "translation": "Unable to upload thumbnail path=%v err=%v"
},
{
"id": "api.file.init.debug",
"translation": "파일 API 경로 초기화 중"
},
{
+ "id": "api.file.migrate_filenames_to_file_infos.channel.app_error",
+ "translation": "Unable to get channel when migrating post to use FileInfos, post_id=%v, channel_id=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.file_not_found.warn",
+ "translation": "Unable to find file when migrating post to use FileInfos, post_id=%v, filename=%v, path=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.get_file_infos_again.warn",
+ "translation": "Unable to get FileInfos for post after migratio, post_id=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.get_post_again.warn",
+ "translation": "Unable to get post when migrating to use FileInfos, post_id=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.info.app_error",
+ "translation": "Unable to fully decode file info when migrating post to use FileInfos, post_id=%v, filename=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.migrating_post.debug",
+ "translation": "Migrating post to use FileInfos, post_id=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.mismatched_filename.warn",
+ "translation": "Found an unusual filename when migrating post to use FileInfos, post_id=%v, channel_id=%v, user_id=%v, filename=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.no_filenames.warn",
+ "translation": "Unable to migrate post to use FileInfos with an empty Filenames field, post_id=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.not_migrating_post.debug",
+ "translation": "Post already migrated to use FileInfos, post_id=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.save_file_info.warn",
+ "translation": "Unable to save post when migrating post to use FileInfos, post_id=%v, file_id=%v, path=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.save_post.warn",
+ "translation": "Unable to save file info when migrating post to use FileInfos, post_id=%v, file_id=%v, filename=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.team_id.app_error",
+ "translation": "Unable to find team for FileInfos, post_id=%v, filenames=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.teams.app_error",
+ "translation": "Unable to get teams when migrating post to use FileInfos, post_id=%v, err=%v"
+ },
+ {
+ "id": "api.file.migrate_filenames_to_file_infos.unexpected_filename.error",
+ "translation": "Unable to decipher filename when migrating post to use FileInfos, post_id=%v, filename=%v"
+ },
+ {
"id": "api.file.move_file.configured.app_error",
"translation": "파일 저장소가 제대로 설정되지 않았습니다. S3이나 개인 서버 파일 저장소를 설정해주세요."
},
@@ -902,10 +978,6 @@
"translation": "로컬 서버 저장소를 읽는 도중 에러가 발생했습니다."
},
{
- "id": "api.file.upload_file.image.app_error",
- "translation": "이미지 파일을 업로드 할 수 없습니다."
- },
- {
"id": "api.file.upload_file.large_image.app_error",
"translation": "이미지 파일을 불러올 수 없습니다. 파일이 너무 큽니다."
},
@@ -1146,6 +1218,10 @@
"translation": "{{.Username}}이 멘션되었으나, 그는 이 채널에 속하지 않기 때문에 알림을 받지 못했습니다."
},
{
+ "id": "api.post.create_post.attach_files.error",
+ "translation": "Encountered error attaching files to post, post_id=%s, user_id=%s, file_ids=%v, err=%v"
+ },
+ {
"id": "api.post.create_post.bad_filename.error",
"translation": "잘못된 파일 이름은 사용할 수 없습니다, filename=%v"
},
@@ -1182,6 +1258,10 @@
"translation": "작업을 할 수 있는 권한이 없습니다"
},
{
+ "id": "api.post.delete_post_files.app_error.warn",
+ "translation": "Encountered error when deleting files for post, post_id=%v, err=%v"
+ },
+ {
"id": "api.post.get_message_for_notification.files_sent",
"translation": {
"one": "{{.Count}} file sent: {{.Filenames}}",
@@ -1189,6 +1269,10 @@
}
},
{
+ "id": "api.post.get_message_for_notification.get_files.error",
+ "translation": "Encountered error when getting files for notification message, post_id=%v, err=%v"
+ },
+ {
"id": "api.post.get_message_for_notification.images_sent",
"translation": {
"one": "{{.Count}} image sent: {{.Filenames}}",
@@ -1272,6 +1356,10 @@
"translation": "Failed to retrieve comment thread posts in notifications root_post_id=%v, err=%v"
},
{
+ "id": "api.post.send_notifications_and_forget.files.error",
+ "translation": "Failed to get files for post notification post_id=%v, err=%v"
+ },
+ {
"id": "api.post.send_notifications_and_forget.get_teams.error",
"translation": "Failed to get teams when sending cross-team DM user_id=%v, err=%v"
},
@@ -1401,11 +1489,11 @@
},
{
"id": "api.server.start_server.rate_limiting_memory_store",
- "translation": "Unable to initalize rate limiting."
+ "translation": "Unable to initialize rate limiting memory store. Check MemoryStoreSize config setting."
},
{
- "id": "api.server.start_server.rate_limiting_memory_store",
- "translation": "Unable to initalize rate limiting."
+ "id": "api.server.start_server.rate_limiting_rate_limiter",
+ "translation": "Unable to initialize rate limiting."
},
{
"id": "api.server.start_server.starting.critical",
@@ -1452,6 +1540,10 @@
"translation": "Slack bot posts are not imported yet"
},
{
+ "id": "api.slackimport.slack_add_posts.msg_no_comment.debug",
+ "translation": "File comment undefined"
+ },
+ {
"id": "api.slackimport.slack_add_posts.msg_no_usr.debug",
"translation": "작성자 없는 메시지"
},
@@ -3145,7 +3237,7 @@
},
{
"id": "model.config.is_valid.max_burst.app_error",
- "translation": "Max burst must be greater than zero."
+ "translation": "Maximum burst size must be greater than zero."
},
{
"id": "model.config.is_valid.max_file_size.app_error",
@@ -3172,6 +3264,10 @@
"translation": "Invalid per sec for rate limit settings. Must be a positive number"
},
{
+ "id": "model.config.is_valid.read_timeout.app_error",
+ "translation": "Invalid value for read timeout."
+ },
+ {
"id": "model.config.is_valid.restrict_direct_message.app_error",
"translation": "Invalid direct message restriction. Must be 'any', or 'team'"
},
@@ -3264,6 +3360,14 @@
"translation": "WebRTC TURN Username cannot be empty if the TURN URI has been set."
},
{
+ "id": "model.config.is_valid.webserver_security.app_error",
+ "translation": "Invalid value for webserver connection security."
+ },
+ {
+ "id": "model.config.is_valid.write_timeout.app_error",
+ "translation": "Invalid value for write timeout."
+ },
+ {
"id": "model.emoji.create_at.app_error",
"translation": "Create at must be a valid time"
},
@@ -3420,6 +3524,10 @@
"translation": "Create at must be a valid time"
},
{
+ "id": "model.post.is_valid.file_ids.app_error",
+ "translation": "잘못된 파일명"
+ },
+ {
"id": "model.post.is_valid.filenames.app_error",
"translation": "잘못된 파일명"
},
@@ -3876,6 +3984,10 @@
"translation": "We couldn't get the extra info for channel members"
},
{
+ "id": "store.sql_channel.get_for_post.app_error",
+ "translation": "We couldn't get the channel for the given post"
+ },
+ {
"id": "store.sql_channel.get_member.app_error",
"translation": "채널을 찾을 수 없습니다"
},
@@ -3888,6 +4000,10 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "store.sql_channel.get_member_for_post.app_error",
+ "translation": "We couldn't get the channel member for the given post"
+ },
+ {
"id": "store.sql_channel.get_members.app_error",
"translation": "채널을 찾을 수 없습니다"
},
@@ -4072,6 +4188,30 @@
"translation": "채널을 찾을 수 없습니다"
},
{
+ "id": "store.sql_file_info.attach_to_post.app_error",
+ "translation": "We couldn't attach the file info to the post"
+ },
+ {
+ "id": "store.sql_file_info.delete_for_post.app_error",
+ "translation": "We couldn't delete the file info to the post"
+ },
+ {
+ "id": "store.sql_file_info.get.app_error",
+ "translation": "We couldn't get the file info"
+ },
+ {
+ "id": "store.sql_file_info.get_by_path.app_error",
+ "translation": "We couldn't get the file info by path"
+ },
+ {
+ "id": "store.sql_file_info.get_for_post.app_error",
+ "translation": "We couldn't get the file info for the post"
+ },
+ {
+ "id": "store.sql_file_info.save.app_error",
+ "translation": "We couldn't save the file info"
+ },
+ {
"id": "store.sql_license.get.app_error",
"translation": "We encountered an error getting the license"
},