Этот коммит содержится в:
Elias Nahum
2018-08-28 19:52:07 -03:00
коммит произвёл GitHub
родитель ae3865b539
Коммит c2676d964e
15 изменённых файлов: 762 добавлений и 258 удалений

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

@@ -232,12 +232,12 @@
"translation": "기본 채널로부터는 사용자를 강퇴할 수 없음 {{.Channel}}"
},
{
"id": "api.channel.remove_member.removed",
"translation": "%v 가 채널에서 제거되었습니다."
"id": "api.channel.remove_channel_member.type.app_error",
"translation": "Cannot remove user from a channel."
},
{
"id": "api.channel.remove_user_from_channel.deleted.app_error",
"translation": "채널이 보존 처리 혹은 삭제되었습니다"
"id": "api.channel.remove_member.removed",
"translation": "%v 가 채널에서 제거되었습니다."
},
{
"id": "api.channel.update_channel.deleted.app_error",
@@ -1032,6 +1032,14 @@
"id": "api.file.attachments.disabled.app_error",
"translation": "이 서버는 파일 첨부가 비활성화 되어 있습니다."
},
{
"id": "api.file.file_exists.exists_local.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency."
},
{
"id": "api.file.file_exists.s3.app_error",
"translation": "Unable to know if the file exists. An error ocurred when trying to check file existency."
},
{
"id": "api.file.get_file.public_invalid.app_error",
"translation": "유효하지 않은 링크입니다."
@@ -2506,6 +2514,10 @@
"id": "app.import.import_line.null_direct_post.error",
"translation": "Import data line has type \"direct_post\" but the direct_post object is null."
},
{
"id": "app.import.import_line.null_emoji.error",
"translation": "Import data line has type \"emoji\" but the emoji object is null."
},
{
"id": "app.import.import_line.null_post.error",
"translation": "Import data line has type \"post\" but the post object is null."
@@ -3018,10 +3030,6 @@
"id": "app.notification.subject.notification.full",
"translation": "[{{.SiteName}}] {{.TeamName}} (으)로부터 {{.Month}} {{.Day}}, {{.Year}} 에 알림이 왔습니다."
},
{
"id": "app.plugin.activate.app_error",
"translation": "Unable to activate extracted plugin."
},
{
"id": "app.plugin.cluster.save_config.app_error",
"translation": "The plugin configuration in your config.json file must be updated manually when using ReadOnlyConfig with clustering enabled."
@@ -3086,18 +3094,10 @@
"id": "app.plugin.not_installed.app_error",
"translation": "Plugin is not installed"
},
{
"id": "app.plugin.prepackaged.app_error",
"translation": "Cannot install prepackaged plugin"
},
{
"id": "app.plugin.remove.app_error",
"translation": "Unable to delete plugin"
},
{
"id": "app.plugin.set_plugin_status_state.app_error",
"translation": "Unable to set plugin status state."
},
{
"id": "app.plugin.upload_disabled.app_error",
"translation": "Plugins and/or plugin uploads have been disabled."
@@ -3218,6 +3218,10 @@
"id": "ent.compliance.global_relay.open_temporary_file.appError",
"translation": "Unable to open the temporary export file."
},
{
"id": "ent.compliance.global_relay.rewind_temporary_file.appError",
"translation": "Unable to re-read the Global Relay temporary export file."
},
{
"id": "ent.compliance.licence_disable.app_error",
"translation": "Compliance 기능을 활성화 하려면 엔터프라이즈 라이센스가 필요합니다. 시스템 관리자에게 업그레이드를 문의해보세요."
@@ -3398,10 +3402,22 @@
"id": "ent.ldap.validate_filter.app_error",
"translation": "잘못된 AD/LDAP 필터"
},
{
"id": "ent.message_export.global_relay.attach_file.app_error",
"translation": "Unable to add attachment to the Global Relay export."
},
{
"id": "ent.message_export.global_relay.close_zip_file.app_error",
"translation": "Unable to close properly the zip file."
},
{
"id": "ent.message_export.global_relay.create_file_in_zip.app_error",
"translation": "Unable to create the eml file."
},
{
"id": "ent.message_export.global_relay.generate_email.app_error",
"translation": "Unable to generate eml file data."
},
{
"id": "ent.message_export.global_relay_export.deliver.close.app_error",
"translation": "Unable to deliver the email to Global Relay."
@@ -4675,8 +4691,8 @@
"translation": "GitLab's Terms of Service have updated. Please go to gitlab.com to accept them and then try logging into Mattermost again."
},
{
"id": "plugin.rpcplugin.invocation.error",
"translation": "Error invoking plugin RPC"
"id": "plugin.api.update_user_status.bad_status",
"translation": "Unable to set the user status. Unknown user status."
},
{
"id": "store.sql.convert_string_array",
@@ -4890,6 +4906,14 @@
"id": "store.sql_channel.reset_all_channel_schemes.app_error",
"translation": "We could not reset the channel schemes"
},
{
"id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "We could not reset the channel last post at date"
},
{
"id": "store.sql_channel.save.archived_channel.app_error",
"translation": "You can not modify an archived channel"
},
{
"id": "store.sql_channel.save.commit_transaction.app_error",
"translation": "Unable to commit transaction"
@@ -5118,6 +5142,10 @@
"id": "store.sql_emoji.save.app_error",
"translation": "채널을 찾을 수 없습니다"
},
{
"id": "store.sql_file_info.PermanentDeleteByUser.app_error",
"translation": "We couldn't delete attachments of the user"
},
{
"id": "store.sql_file_info.attach_to_post.app_error",
"translation": "We couldn't attach the file info to the post"
@@ -5138,6 +5166,10 @@
"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.get_for_user_id.app_error",
"translation": "We couldn't get the file info for the user"
},
{
"id": "store.sql_file_info.permanent_delete.app_error",
"translation": "We couldn't permanently delete the file info"
@@ -5718,6 +5750,10 @@
"id": "store.sql_system.update.app_error",
"translation": "We encountered an error updating the system property"
},
{
"id": "store.sql_team.analytics_get_team_count_for_scheme.app_error",
"translation": "We couldn't get the channel count for the scheme."
},
{
"id": "store.sql_team.analytics_team_count.app_error",
"translation": "채널을 찾을 수 없습니다"