Skip to content

Commit

Permalink
feat(components): translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktarnaj committed Aug 20, 2024
1 parent f51e93d commit d800727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/lib/src/shared/consts/languages.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export let polish = {
LOWER_THAN_AVERAGE: 'niższy od wartości średniej',
AROUND_AVERAGE: 'W okolicach wartości średniej',
HIGHER_THAN_AVERAGE: 'wyższy od wartości średniej',
SOME_OVERLAP_LONG: 'Nieznaczna nakładka',
MINOR_OVERLAP_LONG: 'Brak znaczącego pokrywania się',
NO_OVERLAP_LONG: 'Znaczny stopień pokrywania się',
SOME_OVERLAP_LONG: 'Nieznaczne nakładanie się',
MINOR_OVERLAP_LONG: 'Nieznaczne nakładanie się',
NO_OVERLAP_LONG: 'Brak nakładania się',
SOME_OVERLAP: 'Częściowy',
MINOR_OVERLAP: 'Niewielki',
NO_OVERLAP: 'Brak',
Expand Down

0 comments on commit d800727

Please sign in to comment.