Этот коммит содержится в:
enahum
2016-06-15 19:22:13 -03:00
коммит произвёл GitHub
родитель c7eccc2788
Коммит e1703d8800
9 изменённых файлов: 112 добавлений и 72 удалений

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

@@ -199,6 +199,10 @@
"id": "api.channel.delete_channel.permissions.app_error",
"translation": "あなたには必要な権限が付与されていません"
},
{
"id": "api.channel.get_channel.wrong_team.app_error",
"translation": "There is no channel with channel_id={{.ChannelId}} on team with team_id={{.TeamId}}"
},
{
"id": "api.channel.get_channel_counts.app_error",
"translation": "データベースからチャンネル数を取得できませんでした"
@@ -3815,6 +3819,10 @@
"id": "store.sql_user.update_auth_data.app_error",
"translation": "認証データを更新できませんでした"
},
{
"id": "store.sql_user.update_auth_data.email_exists.app_error",
"translation": "Unable to switch account to {{.Service}}. An account using the email {{.Email}} already exists."
},
{
"id": "store.sql_user.update_failed_pwd_attempts.app_error",
"translation": "failed_attemptsを更新できませんでした"