Skip to content

Commit d47188b

Browse files
authored
Merge pull request #5723 from krystian-3c/patch-2
Update pl.js
2 parents c394982 + 8ff1898 commit d47188b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/js/i18n/pl.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
aggregate_min: 'Zbiorczo: Min',
102102
aggregate_avg: 'Zbiorczo: Średnia',
103103
aggregate_remove: 'Zbiorczo: Usuń'
104+
},
105+
validate: {
106+
error: 'Błąd:',
107+
minLength: 'Wartość powinna składać się z co najmniej THRESHOLD znaków.',
108+
maxLength: 'Wartość powinna składać się z przynajmniej THRESHOLD znaków.',
109+
required: 'Wartość jest wymagana.'
104110
}
105111
});
106112
return $delegate;

0 commit comments

Comments
 (0)