Skip to content

Commit

Permalink
EPMRPP-87565 || Fix integrations breadcrumbs consistency (#3671)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet authored Nov 24, 2023
1 parent d80c1ff commit 46fe9c0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/localization/translated/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,10 +1048,10 @@
"IntegrationsDescription.GlobalIntegrationsSystemMessageModalCaption": "Глабальная і праектная інтэграцыі не могуць працаваць адначасова.",
"IntegrationsDescription.GlobalIntegrationsSystemMessageModalText": "Звярніце ўвагу, што глабальныя інтэграцыі будуць адключаныя, калі вы створыце інтэграцыю праекту!",
"IntegrationsDescription.GlobalIntegrationsSystemMessageText": "Глабальныя інтэграцыі неактыўныя, паколькі вы наладзілі інтэграцыю праекту.",
"IntegrationsDescription.backToIntegration": "Назад да спісу інтэграцый",
"IntegrationsDescription.backToIntegrations": "Назад да інтэграцый",
"IntegrationsDescription.globalIntegrationText": "Глабальныя інтэграцыі ствараюцца на ўзроўні экзэмпляра і прымяняюцца да ўсіх праектаў.",
"IntegrationsDescription.globalIntegrationTitle": "Глабальныя інтэграцыі",
"IntegrationsDescription.integrationList": "Спіс інтэграцый",
"IntegrationsDescription.integrationList": "Інтэграцыі",
"IntegrationsDescription.linkToDocumentation": "Спасылка на <a>Дакументацыю</a>",
"IntegrationsDescription.noGlobalIntegrationsButtonAdd": "Дадаць інтэграцыю праекта",
"IntegrationsDescription.noGlobalIntegrationsDescription": "Інтэграцыі не настроены. Вы можаце ўручную наладзіць інтэграцыю для гэтага праекту.",
Expand Down
4 changes: 2 additions & 2 deletions app/localization/translated/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,10 +1048,10 @@
"IntegrationsDescription.GlobalIntegrationsSystemMessageModalCaption": "Глобальная и проектная интеграции не могут работать одновременно.",
"IntegrationsDescription.GlobalIntegrationsSystemMessageModalText": "Обратите внимание, что глобальные интеграции будут отключены, если вы создадите интеграцию проекта!",
"IntegrationsDescription.GlobalIntegrationsSystemMessageText": "Глобальные интеграции неактивны, поскольку вы настроили интеграцию проекта.",
"IntegrationsDescription.backToIntegration": "Назад к списку интеграций",
"IntegrationsDescription.backToIntegrations": "Назад к интеграциям",
"IntegrationsDescription.globalIntegrationText": "Глобальные интеграции создаются на уровне экземпляра и применяются ко всем проектам.",
"IntegrationsDescription.globalIntegrationTitle": "Глобальные интеграции",
"IntegrationsDescription.integrationList": "Список интеграций",
"IntegrationsDescription.integrationList": "Интеграции",
"IntegrationsDescription.linkToDocumentation": "Ссылка на <a>Документацию</a>",
"IntegrationsDescription.noGlobalIntegrationsButtonAdd": "Добавить интеграцию проекта",
"IntegrationsDescription.noGlobalIntegrationsDescription": "Интеграции не настроены. Вы можете вручную настроить интеграцию для этого проекта.",
Expand Down
4 changes: 2 additions & 2 deletions app/localization/translated/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,10 +1048,10 @@
"IntegrationsDescription.GlobalIntegrationsSystemMessageModalCaption": "Глобальна та проектна інтеграції не можуть працювати одночасно.",
"IntegrationsDescription.GlobalIntegrationsSystemMessageModalText": "Зверніть увагу, що глобальні інтеграції буде відключено, якщо ви створите інтеграцію проекту!",
"IntegrationsDescription.GlobalIntegrationsSystemMessageText": "Глобальні інтеграції є неактивними, оскільки ви налаштували інтеграцію проекту.",
"IntegrationsDescription.backToIntegration": "Назад до списку інтеграцій",
"IntegrationsDescription.backToIntegrations": "Назад до інтеграцій",
"IntegrationsDescription.globalIntegrationText": "Глобальні інтеграції створюються лише на рівні екземпляра і застосовуються всім проектам.",
"IntegrationsDescription.globalIntegrationTitle": "Глобальні інтеграції",
"IntegrationsDescription.integrationList": "Список інтеграцій",
"IntegrationsDescription.integrationList": "Інтеграції",
"IntegrationsDescription.linkToDocumentation": "Посилання на <a>Документацію</a>",
"IntegrationsDescription.noGlobalIntegrationsButtonAdd": "Додати інтеграцію проекту",
"IntegrationsDescription.noGlobalIntegrationsDescription": "Інтеграції не налаштовані. Ви можете вручну настроїти інтеграцію для цього проекту.",
Expand Down
4 changes: 2 additions & 2 deletions app/localization/translated/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,10 +1048,10 @@
"IntegrationsDescription.GlobalIntegrationsSystemMessageModalCaption": "全局集成和项目集成不能同时工作。",
"IntegrationsDescription.GlobalIntegrationsSystemMessageModalText": "请注意!如果您创建了项目集成,全局集成将被取消关联!",
"IntegrationsDescription.GlobalIntegrationsSystemMessageText": "由于您已配置项目集成,全局集成将不会生效",
"IntegrationsDescription.backToIntegration": "返回集成列表",
"IntegrationsDescription.backToIntegrations": "Back to Integrations",
"IntegrationsDescription.globalIntegrationText": "全局集成已创建在实例级别,并已应用至所有项目",
"IntegrationsDescription.globalIntegrationTitle": "全局集成",
"IntegrationsDescription.integrationList": "集成清单",
"IntegrationsDescription.integrationList": "Integrations",
"IntegrationsDescription.linkToDocumentation": "链接到<a>文档</a>",
"IntegrationsDescription.noGlobalIntegrationsButtonAdd": "添加项目集成",
"IntegrationsDescription.noGlobalIntegrationsDescription": "未配置任何集成。您可以手动为此项目设置集成。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const IntegrationInfo = (props) => {
const integrationListBreadcrumbs = [
{
id: 'backToIntegrations',
title: formatMessage(messages.backToIntegration),
title: formatMessage(messages.backToIntegrations),
link: allIntegrationListLink,
},
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export const messages = defineMessages({
id: 'IntegrationsDescription.resetToGlobalIntegrationsButton',
defaultMessage: 'Reset to Global Integrations',
},
backToIntegration: {
id: 'IntegrationsDescription.backToIntegration',
defaultMessage: 'Back to Integrations List',
backToIntegrations: {
id: 'IntegrationsDescription.backToIntegrations',
defaultMessage: 'Back to Integrations',
},
version: {
id: 'InfoSection.version',
Expand Down Expand Up @@ -75,7 +75,7 @@ export const messages = defineMessages({
},
integrationList: {
id: 'IntegrationsDescription.integrationList',
defaultMessage: 'Integration List',
defaultMessage: 'Integrations',
},
linkToDocumentation: {
id: 'IntegrationsDescription.linkToDocumentation',
Expand Down

0 comments on commit 46fe9c0

Please sign in to comment.