mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-29 19:29:36 +02:00
UBERF-9137: Fix Support for suspended installations (#7667)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
"AuthenticationRevokedGithub": "Re-authorization for {login} is required for the proper functioning of the GitHub App",
|
||||
"UnlinkInstallationTitle": "Uninstall Github App",
|
||||
"UnlinkInstallation": "Are you sure you want to uninstall the GitHub App? Synchronization will be disabled.",
|
||||
"RemoveInstallation": "Uninstall"
|
||||
"RemoveInstallation": "Uninstall",
|
||||
"Suspended": "Suspended"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
"AuthenticationRevokedGithub": "É necessária uma nova autorização para {login} para o funcionamento adequado do aplicativo GitHub",
|
||||
"UnlinkInstallationTitle": "Desinstalar aplicativo Github",
|
||||
"UnlinkInstallation": "Tem certeza de que deseja desinstalar o aplicativo GitHub? A sincronização será desabilitada.",
|
||||
"RemoveInstallation": "Desinstalar"
|
||||
"RemoveInstallation": "Desinstalar",
|
||||
"Suspended": "Suspended"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
"AuthenticationRevokedGithub": "Требуется повторная авторизация для {login} для правильной работы приложения GitHub",
|
||||
"UnlinkInstallationTitle": "Удалить приложение Github",
|
||||
"UnlinkInstallation": "Вы уверены, что хотите удалить приложение GitHub? Синхронизация будет отключена.",
|
||||
"RemoveInstallation": "Удалить"
|
||||
"RemoveInstallation": "Удалить",
|
||||
"Suspended": "Suspended"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
"AuthenticationRevokedGithub": "Se requiere una nueva autorización para {login} para el correcto funcionamiento de la aplicación de GitHub",
|
||||
"UnlinkInstallationTitle": "Desinstalar aplicación de Github",
|
||||
"UnlinkInstallation": "¿Estás seguro de que deseas desinstalar la aplicación de GitHub? La sincronización se deshabilitará.",
|
||||
"RemoveInstallation": "Desinstalar"
|
||||
"RemoveInstallation": "Desinstalar",
|
||||
"Suspended": "Suspended"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user