Skip to content

Commit

Permalink
fix(lookup): traducoes russo
Browse files Browse the repository at this point in the history
  • Loading branch information
bsobieski authored and rafaellmarques committed Sep 25, 2023
1 parent 2e3a5e1 commit 297f546
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export const poLookupLiteralsDefault = {
modalDisclaimerGroupTitle: 'Apresentando resultados filtrados por:'
},
ru: <PoLookupLiterals>{
modalPrimaryActionLabel: 'выбирать',
modalSecondaryActionLabel: 'отменить',
modalPlaceholder: 'поиск',
modalPrimaryActionLabel: 'Выбрать',
modalSecondaryActionLabel: 'Отменить',
modalPlaceholder: 'Поиск',
modalTitle: 'Выберите запись',
modalTableNoColumns: poTableLiteralsDefault.ru.noColumns,
modalTableNoData: poTableLiteralsDefault.ru.noData,
Expand All @@ -80,8 +80,8 @@ export const poLookupLiteralsDefault = {
modalAdvancedSearch: 'Расширенный поиск',
modalAdvancedSearchTitle: 'Расширенный поиск',
modalAdvancedSearchPrimaryActionLabel: 'Фильтр',
modalAdvancedSearchSecondaryActionLabel: 'Вернись',
modalDisclaimerGroupTitle: 'Представление результатов отфильтровано по:'
modalAdvancedSearchSecondaryActionLabel: 'Назад',
modalDisclaimerGroupTitle: 'Представленные результаты отфильтрованы по:'
}
};

Expand Down

0 comments on commit 297f546

Please sign in to comment.