Этот коммит содержится в:
enahum
2016-12-02 10:43:14 -03:00
коммит произвёл GitHub
родитель 275188ad04
Коммит c952985ffd
22 изменённых файлов: 769 добавлений и 229 удалений

Просмотреть файл

@@ -822,8 +822,20 @@
"translation": "이모티콘을 만들 수 없습니다. PNG, JPEG, GIF 파일 이어야 합니다."
},
{
"id": "api.emoji.upload.large_image.app_error",
"translation": "이모티콘을 생성할 수 없습니다. 이미지 최대크기는 128px * 128px 입니다."
"id": "api.emoji.upload.large_image.decode_error",
"translation": "Unable to create emoji. An error occurred when trying to decode the image."
},
{
"id": "api.emoji.upload.large_image.encode_error",
"translation": "Unable to create emoji. An error occurred when trying to encode the image."
},
{
"id": "api.emoji.upload.large_image.gif_decode_error",
"translation": "Unable to create emoji. An error occurred when trying to decode the GIF image."
},
{
"id": "api.emoji.upload.large_image.gif_encode_error",
"translation": "Unable to create emoji. An error occurred when trying to encode the GIF image."
},
{
"id": "api.file.get_file.public_disabled.app_error",
@@ -1273,6 +1285,18 @@
"id": "api.post.delete_post_files.app_error.warn",
"translation": "게시글에 대한 파일을 삭제할 때 에러가 발생되었습니다, post_id=%v, err=%v"
},
{
"id": "api.post.disabled_all",
"translation": "@all has been disabled because the channel has more than {{.Users}} users."
},
{
"id": "api.post.disabled_channel",
"translation": "@channel has been disabled because the channel has more than {{.Users}} users."
},
{
"id": "api.post.disabled_here",
"translation": "@here has been disabled because the channel has more than {{.Users}} users."
},
{
"id": "api.post.get_message_for_notification.files_sent",
"translation": {
@@ -1619,6 +1643,10 @@
"id": "api.slackimport.slack_add_users.merge_existing",
"translation": "기존 사용자 정보와 병합됩니다: {{.Email}}, {{.Username}}\r\n"
},
{
"id": "api.slackimport.slack_add_users.merge_existing_failed",
"translation": "Tried to merge user with existing account: {{.Email}}, {{.Username}}, but failed to add the user to this team.\r\n"
},
{
"id": "api.slackimport.slack_add_users.unable_import",
"translation": "불러올 수 없는 사용자: {{.Username}}\r\n"
@@ -2739,6 +2767,14 @@
"id": "ent.ldap.validate_filter.app_error",
"translation": "잘못된 AD/LDAP 필터"
},
{
"id": "ent.metrics.starting.info",
"translation": "Metrics and profiling server is listening on %v"
},
{
"id": "ent.metrics.stopping.info",
"translation": "Metrics and profiling server is stopping on %v"
},
{
"id": "ent.mfa.activate.authenticate.app_error",
"translation": "Error attempting to authenticate MFA token"
@@ -3315,6 +3351,10 @@
"id": "model.config.is_valid.max_file_size.app_error",
"translation": "잘못된 파일 최대 용량 설정입니다. 0보다 큰 값이여야 합니다."
},
{
"id": "model.config.is_valid.max_notify_per_channel.app_error",
"translation": "팀 설정에 대한 잘못된 팀 당 최대 채널 값입니다. 0보다 큰 값이여야 합니다."
},
{
"id": "model.config.is_valid.max_users.app_error",
"translation": "Invalid maximum users per team for team settings. Must be a positive number."
@@ -4167,6 +4207,10 @@
"id": "store.sql_channel.save_member.save.app_error",
"translation": "채널을 찾을 수 없습니다"
},
{
"id": "store.sql_channel.search.app_error",
"translation": "We encountered an error updating the channel"
},
{
"id": "store.sql_channel.set_last_viewed_at.app_error",
"translation": "We couldn't set the last viewed at time"