Этот коммит содержится в:
Elias Nahum
2018-05-01 11:07:56 -03:00
коммит произвёл GitHub
родитель baba8fa92f
Коммит 3b57422c5f
14 изменённых файлов: 180 добавлений и 128 удалений

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

@@ -2434,6 +2434,10 @@
"id": "api.team.permanent_delete_team.deleted.warn",
"translation": "팀이 완전히 삭제되었습니다. %v id=%v"
},
{
"id": "api.team.remove_team_icon.get_team.app_error",
"translation": "An error occurred getting the team"
},
{
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "The user does not appear to be part of this team."
@@ -2490,6 +2494,10 @@
"id": "api.team.signup_team.email_disabled.app_error",
"translation": "이메일을 통한 팀 가입이 비활성화 되어있습니다."
},
{
"id": "api.team.team_icon.update.app_error",
"translation": "An error occurred updating the team icon"
},
{
"id": "api.team.update_member_roles.not_a_member",
"translation": "지정된 사용자는 지정된 팀의 멤버가 아닙니다."
@@ -4690,6 +4698,10 @@
"id": "model.channel_member_history.is_valid.user_id.app_error",
"translation": "잘못된 사용자 ID"
},
{
"id": "model.client.command.parse.app_error",
"translation": "Unable to parse incoming data"
},
{
"id": "model.client.connecting.app_error",
"translation": "We encountered an error while connecting to the server"
@@ -5770,10 +5782,6 @@
"id": "store.sql.closing.info",
"translation": "Closing SqlStore"
},
{
"id": "store.sql.column_exists.critical",
"translation": "Failed to check if column exists %v"
},
{
"id": "store.sql.column_exists_missing_driver.critical",
"translation": "Failed to check if column exists because of missing driver"
@@ -5862,10 +5870,6 @@
"id": "store.sql.table_column_type.critical",
"translation": "Failed to get data type for column %s from table %s: %v"
},
{
"id": "store.sql.table_exists.critical",
"translation": "Failed to check if table exists %v"
},
{
"id": "store.sql.too_short_ciphertext",
"translation": "ciphertext too short"