Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMRPP-68373 || Project activity panel. Update analyzer activities #3067

Merged
merged 1 commit into from
Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/localization/translated/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,7 @@
"UpdateAnalysisSettings.numberOfLogLines": "Колькасць радкоў лога",
"UpdateAnalysisSettings.numbersInErrorLog": "выдаліць лічбы ў часопісе памылак",
"UpdateAnalysisSettings.uniqueError": "пераключэнне ўнікальных памылак",
"UpdateAnalysisSettings.allMessagesShouldMatch": "пераключэнне 'Усе часопісы з 3 ці больш радкамі павінны супадаць'",
"UpdateAnalysisSettings.updated": "абнавіў",
"UserBlock.adminBadge": "Адміністратар",
"UserBlock.administrate": "Адміністраваць",
Expand Down
1 change: 1 addition & 0 deletions app/localization/translated/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,7 @@
"UpdateAnalysisSettings.numberOfLogLines": "Количество строк лога",
"UpdateAnalysisSettings.numbersInErrorLog": "удалить цифры в журнале ошибок",
"UpdateAnalysisSettings.uniqueError": "переключение уникальных ошибок",
"UpdateAnalysisSettings.allMessagesShouldMatch": "переключение 'Все журналы с 3 или более строками должны совпадать'",
"UpdateAnalysisSettings.updated": "обновил",
"UserBlock.adminBadge": "Администратор",
"UserBlock.administrate": "Администрировать",
Expand Down
1 change: 1 addition & 0 deletions app/localization/translated/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,7 @@
"UpdateAnalysisSettings.numberOfLogLines": "Кількість рядків лода",
"UpdateAnalysisSettings.numbersInErrorLog": "вилучити цифри в журналі помилок",
"UpdateAnalysisSettings.uniqueError": "перемикання унікальних помилок",
"UpdateAnalysisSettings.allMessagesShouldMatch": "переключення 'Всі журнали з 3 або більше рядками повинні збігатися'",
"UpdateAnalysisSettings.updated": "оновив",
"UserBlock.adminBadge": "Адміністратор",
"UserBlock.administrate": "Адмініструвати",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ const messages = defineMessages({
id: 'UpdateAnalysisSettings.numbersInErrorLog',
defaultMessage: 'remove numbers in error log',
},
'analyzer.allMessagesShouldMatch': {
id: 'UpdateAnalysisSettings.allMessagesShouldMatch',
defaultMessage: "switch 'All logs with 3 or more rows should match'",
},
'analyzer.numberOfLogLines': {
id: 'UpdateAnalysisSettings.numberOfLogLines',
defaultMessage: 'Number of log lines',
Expand Down