Этот коммит содержится в:
enahum
2016-12-11 01:49:38 -03:00
коммит произвёл GitHub
родитель ddacfa58ba
Коммит 40afc39684
22 изменённых файлов: 1234 добавлений и 254 удалений

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

@@ -441,7 +441,7 @@
},
{
"id": "api.command.team_mismatch.app_error",
"translation": "Cannot update commands across teams"
"translation": "팀들간의 명령어를 업데이트 할 수 없음"
},
{
"id": "api.command.update.app_error",
@@ -683,6 +683,10 @@
"id": "api.context.invalid_token.error",
"translation": "유효하지않은 세션 토큰=%v, err=%v"
},
{
"id": "api.context.invalidate_all_caches",
"translation": "Purging all caches"
},
{
"id": "api.context.last_activity_at.error",
"translation": "LastActivityAt 업데이트에 실패했습니다. user_id=%v and session_id=%v, err=%v"
@@ -793,6 +797,10 @@
"id": "api.emoji.create.too_large.app_error",
"translation": "이모티콘을 생성할 수 없습니다. 이미지 용량은 반드시 64 KB 이하여야 합니다."
},
{
"id": "api.emoji.delete.delete_reactions.app_error",
"translation": "Unable to delete reactions when deleting emoji with emoji name %v"
},
{
"id": "api.emoji.delete.permissions.app_error",
"translation": "이모티콘을 삭제할 권한이 없습니다."
@@ -1503,6 +1511,22 @@
"id": "api.preference.save_preferences.set_details.app_error",
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
},
{
"id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
"translation": "Failed to delete reaction when channel id in URL doesn't match post id in URL"
},
{
"id": "api.reaction.list_reactions.mismatched_channel_id.app_error",
"translation": "Failed to get reactions when channel id in URL doesn't match post id in URL"
},
{
"id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
"translation": "Failed to save reaction when channel id in URL doesn't match post id in URL"
},
{
"id": "api.reaction.send_reaction_event.post.app_error",
"translation": "Failed to get post when sending websocket event for reaction"
},
{
"id": "api.saml.save_certificate.app_error",
"translation": "증명서가 정상적으로 저장되지 않았습니다."
@@ -3707,6 +3731,22 @@
"id": "model.preference.is_valid.value.app_error",
"translation": "Value is too long"
},
{
"id": "model.reaction.is_valid.create_at.app_error",
"translation": "Create at must be a valid time"
},
{
"id": "model.reaction.is_valid.emoji_name.app_error",
"translation": "잘못된 이모티콘 ID"
},
{
"id": "model.reaction.is_valid.post_id.app_error",
"translation": "잘못된 루트 아이디입니다."
},
{
"id": "model.reaction.is_valid.user_id.app_error",
"translation": "잘못된 사용자 ID"
},
{
"id": "model.team.is_valid.characters.app_error",
"translation": "이름은 반드시 2글자 이상의 영문 또는 숫자여야 합니다."
@@ -3719,6 +3759,10 @@
"id": "model.team.is_valid.create_at.app_error",
"translation": "Create at must be a valid time"
},
{
"id": "model.team.is_valid.description.app_error",
"translation": "잘못된 설명"
},
{
"id": "model.team.is_valid.domains.app_error",
"translation": "Invalid allowed domains"
@@ -4575,6 +4619,46 @@
"id": "store.sql_preference.update.app_error",
"translation": "채널을 찾을 수 없습니다"
},
{
"id": "store.sql_reaction.delete.begin.app_error",
"translation": "Unable to open transaction while deleting reaction"
},
{
"id": "store.sql_reaction.delete.commit.app_error",
"translation": "Unable to commit transaction while deleting reaction"
},
{
"id": "store.sql_reaction.delete.save.app_error",
"translation": "Unable to delete reaction"
},
{
"id": "store.sql_reaction.delete_all_with_emoj_name.delete_reactions.app_error",
"translation": "Unable to delete reactions with the given emoji name"
},
{
"id": "store.sql_reaction.delete_all_with_emoj_name.get_reactions.app_error",
"translation": "Unable to get reactions with the given emoji name"
},
{
"id": "store.sql_reaction.delete_all_with_emoji_name.update_post.warn",
"translation": "Unable to update Post.HasReactions while removing reactions post_id=%v, error=%v"
},
{
"id": "store.sql_reaction.get_for_post.app_error",
"translation": "Unable to get reactions for post"
},
{
"id": "store.sql_reaction.save.begin.app_error",
"translation": "Unable to open transaction while saving reaction"
},
{
"id": "store.sql_reaction.save.commit.app_error",
"translation": "Unable to commit transaction while saving reaction"
},
{
"id": "store.sql_reaction.save.save.app_error",
"translation": "Unable to save reaction"
},
{
"id": "store.sql_session.analytics_session_count.app_error",
"translation": "채널을 찾을 수 없습니다"