TeamStore migration part 2 (#15396)
* Migration completed * Fix tests * Reduce to one line * Fix: change to plain error * Fix imports * Trigger CI * Fix i18 * Fix merge with master * Trigger CI
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b329635b23
Коммит
1d4a7c0552
60
i18n/en.json
60
i18n/en.json
@@ -4810,6 +4810,10 @@
|
||||
"id": "app.team.get.finding.app_error",
|
||||
"translation": "We encountered an error finding the team."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_active_member_count.app_error",
|
||||
"translation": "Unable to count the team members."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_all.app_error",
|
||||
"translation": "We could not get all teams."
|
||||
@@ -4842,10 +4846,30 @@
|
||||
"id": "app.team.get_by_scheme.app_error",
|
||||
"translation": "Unable to get the channels for the provided scheme."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_member.app_error",
|
||||
"translation": "Unable to get the team member."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_member.missing.app_error",
|
||||
"translation": "No team member found for that user ID and team ID."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_member_count.app_error",
|
||||
"translation": "Unable to count the team members."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_members.app_error",
|
||||
"translation": "Unable to get the team members."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_members_by_ids.app_error",
|
||||
"translation": "Unable to get the team members."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_unread.app_error",
|
||||
"translation": "Unable to get the teams unread messages."
|
||||
},
|
||||
{
|
||||
"id": "app.team.get_user_team_ids.app_error",
|
||||
"translation": "Unable to get the list of teams of a user."
|
||||
@@ -4906,6 +4930,10 @@
|
||||
"id": "app.team.save.existing.app_error",
|
||||
"translation": "Must call update for existing team."
|
||||
},
|
||||
{
|
||||
"id": "app.team.save_member.save.app_error",
|
||||
"translation": "Unable to save the team member."
|
||||
},
|
||||
{
|
||||
"id": "app.team.search_all_team.app_error",
|
||||
"translation": "We encountered an error searching teams."
|
||||
@@ -7670,38 +7698,10 @@
|
||||
"id": "store.sql_post.search.disabled",
|
||||
"translation": "Searching has been disabled on this server. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_team.get_active_member_count.app_error",
|
||||
"translation": "Unable to count the team members."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_team.get_member.app_error",
|
||||
"translation": "Unable to get the team member."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_team.get_member.missing.app_error",
|
||||
"translation": "No team member found for that user ID and team ID."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_team.get_member_count.app_error",
|
||||
"translation": "Unable to count the team members."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_team.get_members_by_ids.app_error",
|
||||
"translation": "Unable to get the team members."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_team.get_unread.app_error",
|
||||
"translation": "Unable to get the teams unread messages."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_team.save_member.exists.app_error",
|
||||
"translation": "A team member with that ID already exists."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_team.save_member.save.app_error",
|
||||
"translation": "Unable to save the team member."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user.analytics_daily_active_users.app_error",
|
||||
"translation": "Unable to get the active users during the requested period."
|
||||
@@ -7874,10 +7874,6 @@
|
||||
"id": "store.sql_user.save.existing.app_error",
|
||||
"translation": "Must call update for existing user."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user.save.member_count.app_error",
|
||||
"translation": "Failed to get current team member count."
|
||||
},
|
||||
{
|
||||
"id": "store.sql_user.save.username_exists.app_error",
|
||||
"translation": "An account with that username already exists."
|
||||
|
||||
Ссылка в новой задаче
Block a user